FS2RIOStreamSyntax
Value members
Concrete methods
Convert an fs2.Stream into a zio.stream.ZStream. This method requires a non-empty queue.
Convert an fs2.Stream into a zio.stream.ZStream. This method requires a non-empty queue.
When queueSize >= 2 utilizes chunks for better performance.
- Note:
when possible use only power of 2 queue sizes; this will provide better performance of the queue.