class

Nucleoc::FiberWorkerPool

Inherits Reference < Object

Fiber-only worker pool using Crystal's Channel and spawn.

Constructors

new(size : Int32 = FiberWorkerPool.default_size, config : Config = Config::DEFAULT)
Source

Class methods

default_size
Source

Instance methods

config
Source
match_many(haystacks : Array(String), needle : String, compute_indices : Bool = false) : Tuple(Array(UInt16 | Nil), Array(Array(UInt32) | Nil) | Nil)
Source
size
Source