Expand description
Provides StreamPollSet
Structsยง
- KeyAlready
Inserted Error - Error returned by
StreamPollSet::try_insert. - Peekable
Ready ๐ - A future that wraps a
PeekableStream, and yields the stream when an item becomes available. - Stream
Poll Set - Manages a dynamic set of [
futures::Stream] with associated keys and priorities.