Searched defs:DaemonAppTask_ (Results 1 – 1 of 1) sorted by relevance
52 type DaemonAppTask_ = Arc<Mutex<DaemonAppTask>>; typedef77 pub async fn remove(session_id: u32, channel_id: u32) -> Option<DaemonAppTask_> { in remove()83 pub async fn get(session_id: u32, channel_id: u32) -> Option<DaemonAppTask_> { in get()