Skip to main content

Module abstractions

Module abstractions 

Source
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 tokio or async-io expression for the active backend.

Functionsยง

use_tokio ๐Ÿ”’
Whether zbus should use tokio (rather than async-io) for its I/O.