rust/lib-hedgewars-engine/src/ipc.rs
author alfadur
Tue, 27 Aug 2019 20:09:17 +0300
changeset 15372 d6b4586b271f
parent 15289 ae8e14d14596
permissions -rw-r--r--
make sure component slice order corresponds to the type args
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15270
07e909ba4203 Implement ipc queue which takes care of message ordering and timestamps
unC0Rr
parents: 14299
diff changeset
     1
mod channel;
14265
f0c0d2d217c3 IPC implementation
unC0Rr
parents: 14260
diff changeset
     2
15270
07e909ba4203 Implement ipc queue which takes care of message ordering and timestamps
unC0Rr
parents: 14299
diff changeset
     3
pub use self::channel::*;