CAF 0.17.6
Loading...
Searching...
No Matches
caf::skip_t Class Reference

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

#include <skip.hpp>

Public Types

using fun
 

Public Member Functions

constexpr skip_t operator() () const
 
 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.

Member Typedef Documentation

◆ fun

using caf::skip_t::fun
Initial value:
std::function<result<message> (scheduled_actor* self,
message_view&)>

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