post
Description:
public bool post (
owned Message message)
Post a message on the given bus.
Ownership of the message is taken by the bus.
Parameters:
| message |
the Message to post |
Returns:
| TRUE if the message could be posted, FALSE if the bus is flushing. MT safe. |