• Dominik Charousset's avatar
    added `timed_sync_send` · 4e6b57af
    Dominik Charousset authored
    this new function allows users to catch timeouts in the
    `on_sync_failure` handler instead of using `after(...)` statements;
    the `timed_` functions signal an occured timeout by putting a
    'TIMEOUT' message into the actor's mailbox
    4e6b57af
local_actor.hpp 16.9 KB