The Pedigree Project 0.1
Public Member Functions | List of all members
ReadinessObserver Class Referenceabstract

#include <Readiness.h>

+ Inheritance diagram for ReadinessObserver:
+ Collaboration diagram for ReadinessObserver:

Public Member Functions

virtual void readinessChanged (ReadyMask mask)=0
 

Detailed Description

Receives a hint that one or more readiness predicates may have changed.

Definition at line 46 of file Readiness.h.

Member Function Documentation

◆ readinessChanged()

virtual void ReadinessObserver::readinessChanged ( ReadyMask  mask)
pure virtual

Called without the source's registry lock held. Consumers must query the source again before reporting readiness; the mask is only a wakeup hint.

Implemented in EpollReadinessObserver, and SignalFdObserver.


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