Re-exports§
pub extern crate maybe_async;
Modules§
Macros§
- join
- obtain_
read_ lock - Must use
maybe_async
keyword when using this macro - obtain_
write_ lock - Must use
maybe_async
keyword when using this macro - spawn
- yield_
now
Attribute Macros§
- maybe_
async_ attr maybe_async_attr
automatically removesasync
-related keywords if feature “async_tokio” is not enabled. maybe_async attribute macro- test
- Automatically start async runtime or call
loom::model
if required: