Skip to main content

SYS_IPC_CREATE_PORT

Constant SYS_IPC_CREATE_PORT 

Source
pub const SYS_IPC_CREATE_PORT: usize = 200; // 200usize
Expand description

Create a new IPC port.

Returns a capability handle for the port. The port is owned by the calling process and can receive messages from other processes that hold a handle to it.