Replace sync_send with request
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.
Showing
Please register or sign in to comment