Crate concurrency_toolkit

Source

Re-exports§

pub extern crate maybe_async;

Modules§

atomic
sync
thread

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 removes async-related keywords if feature “async_tokio” is not enabled. maybe_async attribute macro
test
Automatically start async runtime or call loom::model if required: