class

Nucleoc::Worker(T)

Inherits Reference < Object

Internal worker state.

Constructors

new(config : Config, notify : -> Nil, items : Boxcar(T))
Source

Instance methods

item_count
Source
reparse(column : Int32, new_text : String, case_matching : CaseMatching = CaseMatching::Smart, normalization : Normalization = Normalization::Smart, append : Bool = false) : Nil

Updates the pattern for a column.

Source
reverse_items(reverse_items : Bool) : Nil
Source
run(canceled : Atomic(Bool)) : Bool

Run one iteration of the worker.

Source
snapshot
Source
sort_results(sort_results : Bool) : Nil
Source
update_config(config : Config) : Nil
Source