Module futures_core::stream 
source · Expand description
Asynchronous streams.
Traits§
- A stream which tracks whether or not the underlying stream should no longer be polled.
- A stream of values produced asynchronously.
- A convenience for streams that returnResultvalues that includes a variety of adapters tailored to such futures.
Type Aliases§
- An owned dynamically typedStreamfor use in cases where you can’t statically type your result or need to add some indirection.
- BoxStream, but without the- Sendrequirement.