Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

pMsgPort

Port for inter-task communication.

Declaration

Source position: exec.pas line 778

type pMsgPort = ^tMsgPort;

See also

AddPort

  

Add a public message port to the system

RemPort

  

Remove a message port from the system

CreateIORequest

  

Create a structure usable for an I/O request

CreateMsgPort

  

Create a new message port

DeleteMsgPort

  

Free a message port

FindPort

  

Find a system message port by name

GetMsg

  

Get next message from message port

PutMsg

  

Put a message to a message port

WaitPort

  

Wait for a given port to be non-empty


Documentation generated on: 2021-07-30