Put a message to its reply port
Source position: exec.pas line 1954
procedure ReplyMsg( |
message: PMessage |
); |
message |
|
A pointer to the message |
This function sends a message to its reply port. This is usually done when the receiver of a message has finished and wants to return it to the sender (so that it can be re-used or deallocated, whatever). The contents of the message should be copied before if it is needed for further processing.
This call may be made from interrupts.
|
Get next message from message port |
|
|
Put a message to a message port |