• Dominik Charousset's avatar
    Replace sync_send with request · 98e60ce3
    Dominik Charousset authored
    The streamlined request API offers a unified error handling, where an actor
    either only provides a callback for the result or the callback and an error
    handler. If no error handler is provided, the actor calls
    `self->quit(exit_reason::unhandled_sync_failure)`. There is no replacement for
    `on_sync_error`, since the unified error handling superseeds its former
    purpose. Closes #365, closes #367, and relates #369.
    98e60ce3
basp.cpp 29 KB