C++ Actor Framework
0.18
|
Wraps the result of a message handler to represent either a value (wrapped into a message
), a delegated<Ts...>
(indicates that another actor is going to respond), or an error
.
More...
#include <result.hpp>
Wraps the result of a message handler to represent either a value (wrapped into a message
), a delegated<Ts...>
(indicates that another actor is going to respond), or an error
.