Module coroutines

Source
Expand description

Collection of I/O-free, resumable and composable stream state machines.

Coroutines emit Io requests that need to be processed by runtimes in order to continue their progression.

Structsยง

Read
I/O-free coroutine for reading bytes into a buffer.
ReadExact
I/O-free coroutine for reading bytes into a buffer until it reaches a given amount of bytes.
ReadToEnd
I/O-free coroutine for reading bytes into a buffer until it reaches EOF.
Write
I/O-free coroutine for writing bytes into a stream.