port_create
| Number | 0x20 |
|---|---|
| Signature | () -> handle or -err |
| Group | handles |
| Since | 1.0 |
Create a new port (message endpoint) owned by the caller.
Returns
A port handle.
Errors
| Code | Condition |
|---|---|
ERR_BADARG | No calling thread context |
ERR_NOMEM | No free handle slot, or the endpoint object could not be allocated |