|
libcaf
0.15.0
|
#include <skip.hpp>
Public Types | |
| using | fun = std::function< result< message >(local_actor *self, const type_erased_tuple *)> |
Public Member Functions | |
| constexpr skip_t | operator() () const |
| operator fun () const | |
Default handler function that leaves messages in the mailbox. Can also be used inside custom message handlers to signalize skipping to the runtime.
1.8.9.1