class Concurrent::Stream::Batch(S, D)
- Concurrent::Stream::Batch(S, D)
- Concurrent::Stream::Base(Array(D))
- Reference
- Object
Defined in:
concurrent/stream.crConstructors
Instance methods inherited from class Concurrent::Stream::Base(Array(D))
batch(size : Int32)
batch,
close : Nil
close,
map(*, fibers : Int32? = nil, &block : T(D) -> U) forall U
map,
run(*, fibers : Int32? = nil, &block : T(D) -> _)
run,
select(*, fibers : Int32? = nil, &block : T(D) -> Bool)
select,
serial
serial,
tee(*, fibers : Int32? = nil, &block : T(D) -> _)
tee,
to_a(*args, **options)to_a(*args, **options, &) to_a, wait(*args, **options)
wait(*args, **options, &) wait