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 */ }