SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
Functions associated to mailboxes.
Functions | |
void | MSG_mailbox_set_async (const char *alias) |
Set the mailbox to receive in asynchronous mode. More... | |
void MSG_mailbox_set_async | ( | const char * | alias | ) |
Set the mailbox to receive in asynchronous mode.
All messages sent to this mailbox will be transferred to the receiver without waiting for the receive call. The receive call will still be necessary to use the received data. If there is a need to receive some messages asynchronously, and some not, two different mailboxes should be used.
alias | The name of the mailbox |