Projects each element of an async-iterable sequence into consecutive buffers which are emitted when either the threshold count or time is met.
The type of elements in the source sequence.
The size of the buffer.
The threshold number of milliseconds to wait before flushing a non-full buffer
An operator which returns an async-iterable sequence of buffers
Generated using TypeDoc
Projects each element of an async-iterable sequence into consecutive buffers which are emitted when either the threshold count or time is met.