v0.8.3
Changes:
- Mailbox
receiveC
andsendC
are created with small buffer to allow better asynchronicity - Mailbox worker writes directly to
receiveC
if there is space in buffer - Panic will be raised when
Mailbox.Send(...)
is called for non-running mailbox