Module cfg

Module cfg 

Source
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 of block_on.
conditional_send
Indicates the current target requires additional Send bounds.
futures_lite
Indicates futures-lite will be used for the implementation of block_on.
multi_threaded
Indicates multithreading support.