C++ Actor Framework 1.0.0
|
Pseudo receive condition modeling a single receive. More...
#include <blocking_actor.hpp>
Public Member Functions | |
bool | post () override |
Returns whether a postcondition for receiving a message still holds. | |
Public Member Functions inherited from caf::blocking_actor::receive_cond | |
virtual bool | pre () |
Returns whether a precondition for receiving a message still holds. | |
Pseudo receive condition modeling a single receive.
|
overridevirtual |
Returns whether a postcondition for receiving a message still holds.
Reimplemented from caf::blocking_actor::receive_cond.