Optimize forwarding of messages
When forwarding a message, an actor transfers ownership of its current `mailbox_element` to the receiver. Combined with the previous optimization, this means that there is only a single memory allocation for a message from source to destination.
Showing
Please register or sign in to comment