|
Squid Web Cache master
|
#include <AsyncEngine.h>
Public Types | |
| enum | CheckError { EVENT_IDLE = -1 , EVENT_ERROR = -2 } |
Public Member Functions | |
| virtual | ~AsyncEngine () |
| virtual int | checkEvents (int timeout)=0 |
Definition at line 18 of file AsyncEngine.h.
| Enumerator | |
|---|---|
| EVENT_IDLE | |
| EVENT_ERROR | |
Definition at line 26 of file AsyncEngine.h.
|
inlinevirtual |
Definition at line 35 of file AsyncEngine.h.
Implemented in Adaptation::Ecap::Engine, CommSelectEngine, EventScheduler, SignalEngine, RecordingEngine, and StoreRootEngine.
Referenced by EventLoop::checkEngine().