• Dominik Charousset's avatar
    Optimize forwarding of messages · 1fa62d11
    Dominik Charousset authored
    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.
    1fa62d11
broker.hpp 10.4 KB