parent
5640a7ff1f
commit
3a26fb32dc
@ -1,4 +1,8 @@
|
|||||||
//! Channels
|
//! Channels
|
||||||
|
//!
|
||||||
|
//! Multi-producer, multi-consumer queues, used for message-based
|
||||||
|
//! communication. Can provide a lightweight inter-task synchronisation
|
||||||
|
//! mechanism, at the cost of some extra memory.
|
||||||
|
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use async_channel::*;
|
pub use async_channel::*;
|
||||||
|
Loading…
Reference in New Issue