actor-framework
Public Member Functions | List of all members
caf::blocking_actor::receive_cond Class Reference

Represents pre- and postconditions for receive loops. More...

#include <blocking_actor.hpp>

Inheritance diagram for caf::blocking_actor::receive_cond:
Inheritance graph
[legend]

Public Member Functions

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.
 

Detailed Description

Represents pre- and postconditions for receive loops.


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