more cleanups, put LockedIO into its own module
This commit is contained in:
parent
b44ef9cc2c
commit
75986db40b
3 changed files with 44 additions and 24 deletions
|
|
@ -6,3 +6,5 @@ pub mod transport;
|
|||
pub mod error;
|
||||
pub mod jid;
|
||||
pub mod client;
|
||||
|
||||
mod locked_io;
|
||||
|
|
|
|||
Loading…
Reference in a new issue