Structure room similar to conn

This commit is contained in:
Joscha 2022-06-23 17:15:35 +02:00
parent 1ae81899a6
commit 3e5f97c2cd
3 changed files with 93 additions and 75 deletions

View file

@ -1,5 +1,7 @@
//! Connection state modeling.
// TODO Catch errors differently when sending into mpsc/oneshot
use std::collections::HashMap;
use std::convert::Infallible;
use std::time::Duration;