This abstract class represents the interface used to send messages to a mailbox.
Definition PostApi.h:31
virtual void post(Message &msg) noexcept=0
This operation is called by clients, which wish to send a message to the owner of this mailbox.
virtual void postSync(Message &msg) noexcept=0
This operation is called by clients which wish to send a message to the owner of this mailbox,...