|
The Pedigree Project 0.1
|
#include <Readiness.h>
Inheritance diagram for ReadinessObserver:
Collaboration diagram for ReadinessObserver:Public Member Functions | |
| virtual void | readinessChanged (ReadyMask mask)=0 |
Receives a hint that one or more readiness predicates may have changed.
Definition at line 46 of file Readiness.h.
|
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.