Module futures_util::stream::select

source ·

Structs

Functions

  • This function will attempt to pull items from both streams. Each stream will be polled in a round-robin fashion, and whenever a stream is ready to yield an item that item is yielded.