Expand description
Configuration information for this crate.
Macrosยง
- async_
executor - Indicates
async_executor
is used as the future execution backend. - async_
io - Indicates
async-io
will be used for the implementation ofblock_on
. - conditional_
send - Indicates the current target requires additional
Send
bounds. - futures_
lite - Indicates
futures-lite
will be used for the implementation ofblock_on
. - multi_
threaded - Indicates multithreading support.