pub fn create_channel(
owner: ProcessId,
capacity: usize,
) -> Result<(EndpointId, EndpointId, IpcCapability, IpcCapability)>Expand description
Create a channel through the global registry
pub fn create_channel(
owner: ProcessId,
capacity: usize,
) -> Result<(EndpointId, EndpointId, IpcCapability, IpcCapability)>Create a channel through the global registry