Merge pull request #984 from cagatay-y/master
doc: update docs to fit the move of channels from the sync modulepull/989/head
commit
a2f5859862
@ -1,4 +1,8 @@
|
||||
//! 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)]
|
||||
pub use async_channel::*;
|
||||
|
Loading…
Reference in New Issue