C++ Actor Framework 0.19
|
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. | |
![]() | |
virtual bool | pre () |
Returns whether a precondition for receiving a message still holds. | |
virtual bool | post () |
Returns whether a postcondition 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.