Crate stream_generator

Source
Expand description

Allows to easily generate streams with async/await.

Structs§

Yielder
A handle that’s used to produce (yield) values of the stream.

Functions§

generate_stream
Creates a stream from generator.
generate_try_stream
Creates a stream of Results from generator.