C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
caf::skip_t Class Reference

Default handler function that leaves messages in the mailbox. More...

#include <skip.hpp>

Public Types

using fun = std::function< skippable_result(scheduled_actor *self, message &)>
 

Public Member Functions

 operator fun () const
 

Detailed Description

Default handler function that leaves messages in the mailbox.

Can also be used inside custom message handlers to signalize skipping to the runtime.


The documentation for this class was generated from the following file: