type DelayedTasksChannelsMap = Arc<RwLock<BTreeMap<u64, (Sender<()>, InactiveReceiver<()>)>>>;
Expand description

Thread-safe ref counted lock to a map of channels to the delayed tasks

Aliased Type§

struct DelayedTasksChannelsMap { /* private fields */ }