class

Concurrent::Stream::Serial(T, E)

Inherits Enumerable / Concurrent::Stream::Destination / Concurrent::Stream::ErrorHandling / Concurrent::Stream::Receive / Concurrent::Stream::Base / Reference / Object

Constructors

new(src_vch : Channel(T), src_ech : Channel(Tuple(Exception, E)), parent)
Source

Instance methods

each

Must yield this collection's elements to the block.

Source