futures_
util
0.3.31
Module select
Module Items
Structs
Functions
In futures_
util::
stream
futures_util
::
stream
Module
select
Copy item path
Source
Structs
§
Select
Stream for the
select()
function.
Functions
§
select
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.