driver_async 0.0.3

async backend for `btle`, `bluetooth_mesh` and `usbw` crates.
Documentation
1
2
3
4
5
6
7
//! Async primitives wrappers/reexports for (`Mutex`, `mpsc`, `RwLock`, `task::spawn`). Just
//! wrappers around which ever async library is available (`tokio`, `async-std`, embedded, etc).

pub mod future;
pub mod sync;
pub mod task;
pub mod time;