Convenience: set status to idle.
(&self, session_id: &str)
| 111 | |
| 112 | /// Convenience: set status to idle. |
| 113 | pub async fn set_idle(&self, session_id: &str) { |
| 114 | self.set(session_id, SessionStatusInfo::Idle).await; |
| 115 | } |
| 116 | |
| 117 | /// Convenience: set status to busy. |
| 118 | pub async fn set_busy(&self, session_id: &str) { |