1 2 3 4 5 6 7
//! Objects for IPC. mod channel; mod fifo; mod socket; pub use self::{channel::*, fifo::*, socket::*};