☰
futures_util
Modules
async_await
future
io
sink
stream
task
try_future
try_stream
Macros
join
pending
pin_mut
poll
ready
select
try_poll
try_ready
unsafe_pinned
unsafe_unpinned
Crates
either
futures
futures_channel
futures_core
futures_executor
futures_io
futures_sink
futures_util
iovec
lazy_static
libc
num_cpus
slab
dark
light
Macro
futures_util
::
select
[
−
]
[src]
[
+
]
Show declaration
macro_rules
!
select
{ ()
=>
{ ... }; ($(
$
name
:
ident
=>
$
body
:
expr
, )
*
)
=>
{ ... }; }