Expand description
This mod contains a bunch of abstractions.
These abstractions allow us to make use of the appropriate API depending on which features are enabled.
Re-exportsยง
pub use executor::*;pub use async_drop::*;
Modulesยง
- async_
drop ๐ - async_
lock ๐ - executor ๐
- process ๐
- timeout ๐
Macrosยง
- select_
runtime ๐ - Evaluates the
tokioorasync-ioexpression for the active backend.
Functionsยง
- use_
tokio ๐ - Whether zbus should use tokio (rather than
async-io) for its I/O.