airlock 0.0.8

no_std async communication
Documentation
1
2
3
4
/// Single producer single consumer buffered channel.
pub mod buffered;
/// Single producer single consumer non-buffered channel.
pub mod direct;