Module channel
cosmic_
files
1.1.0
Module channel
Module Items
Structs
Functions
In crate cosmic_
files
cosmic_files
Module
channel
Copy item path
Source
Structs
§
Channel
🔒
A channel backed by
tokio::sync::Notify
and a sync mutex with a vec deque.
Receiver
Sender
Functions
§
channel
Create a channel backed by
tokio::sync::Notify
and a sync mutex with a vec deque.