Crate futures_macro

Crate futures_macro 

Source
Expand description

The futures-rs procedural macro implementations.

Modulesยง

executor ๐Ÿ”’
join ๐Ÿ”’
The futures-rs join! macro implementation.
select ๐Ÿ”’
The futures-rs select! macro implementation.
stream_select ๐Ÿ”’

Macrosยง

join_internal
The join! macro.
select_biased_internal
The select_biased! macro.
select_internal
The select! macro.
stream_select_internal
The stream_select! macro.
try_join_internal
The try_join! macro.

Attribute Macrosยง

test_internal