Searched refs:get_stop_flag (Results 1 – 1 of 1) sorted by relevance
232 async fn get_stop_flag(session_id: u32) -> Option<u8> { in get_stop_flag() method276 if let Some(stop) = Self::get_stop_flag(session_id).await { in check_stop()