class

Cute::BufferSink(T)

Inherits Cute::Sink / Cute::Signal / Reference / Object

Sink buffering incoming data up to a specified size, emitting all at once when specified count has been reached.

See Sink for documentation on the usage.

Constructors

new(size : Int32)
Source

Instance methods

size

Size of the buffer

Source
size=(size : Int32)

Size of the buffer

Source