Structure room similar to conn
This commit is contained in:
parent
1ae81899a6
commit
3e5f97c2cd
3 changed files with 93 additions and 75 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue