Struct ipc_channel::platform::OsIpcReceiverSet
[−]
[src]
pub struct OsIpcReceiverSet { /* fields omitted */ }
pub struct OsIpcReceiverSet { /* fields omitted */ }
impl OsIpcReceiverSet
[src]pub fn new() -> Result<OsIpcReceiverSet, MachError>
[src]pub fn add(&mut self, receiver: OsIpcReceiver) -> Result<u64, MachError>
[src]pub fn select(&mut self) -> Result<Vec<OsIpcSelectionResult>, MachError>
[src]