Structs§
- Single
Thread Iterator - A stream that wraps up the stream with the execution that drives it.
- Single
Thread Runtime - A runtime that drives all work on the current thread.
Functions§
- block_
on - Runs a future to completion on the current thread until it completes.
- block_
on_ stream - Returns an iterator wrapper around a stream, blocking the current thread for each item.