Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 552 Bytes

port.md

File metadata and controls

22 lines (14 loc) · 552 Bytes

Port

NAME

port - Signaling and mailbox primitive

SYNOPSIS

Ports allow threads to wait for packets to be delivered from various events. These events include explicit queueing on the port, asynchronous waits on other handles bound to the port, and asynchronous message delivery from IPC transports.

DESCRIPTION

TODO

SYSCALLS