basic layout

This commit is contained in:
NikVolf
2016-06-29 20:25:05 +03:00
parent 3cca6c869e
commit dec083a5ed
10 changed files with 867 additions and 826 deletions

View File

@@ -91,7 +91,7 @@ pub fn invoke<W>(method_num: u16, params: &Option<Vec<u8>>, w: &mut W) where W:
}
/// IpcSocket, read/write generalization
pub trait IpcSocket: Read + Write + Sync {
pub trait IpcSocket: Read + Write + Sync + Send {
}
/// Basically something that needs only socket to be spawned