- 16 Jan, 2016 1 commit
-
-
Marian Triebe authored
-
- 15 Jan, 2016 5 commits
-
-
Dominik Charousset authored
Relates #390
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Matthias Vallentin authored
Fix compound Boolean expressions in unit tests
-
Lingxi-Li authored
-
- 11 Jan, 2016 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Fix compilation error on gcc4.8
-
Lingxi-Li authored
-
ufownl authored
-
- 08 Jan, 2016 1 commit
-
-
Dominik Charousset authored
-
- 07 Jan, 2016 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 06 Jan, 2016 2 commits
-
-
Lingxi-Li authored
1) Give decorators their own identities 2) Fix dot composition behavior to match `f.g(x)=f(g(x))` 3) Make decorators depend on decorated actors, but not vice versa 4) Factor decorator unit tests
-
Dominik Charousset authored
-
- 05 Jan, 2016 3 commits
-
-
Dominik Charousset authored
Relates #388
-
ufownl authored
-
Dominik Charousset authored
-
- 04 Jan, 2016 21 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
ufownl authored
To avoid the extra quotation marks when printing `std::string`.
-
ufownl authored
-
ufownl authored
Fix compile errors when using `typed_response_promise` with multiple template parameters.
-
Marian Triebe authored
-
Marian Triebe authored
-
Marian Triebe authored
-
Dominik Charousset authored
-
ufownl authored
The function with the same signature in `abstract_broker` return a `std::pair<accept_handle, uint16_t>` object.
-
Marian Triebe authored
-
Marian Triebe authored
-
Marian Triebe authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
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.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-