DelayedAsyncCalls.h
Go to the documentation of this file.
Definition: AsyncCallList.h:18
Definition: DelayedAsyncCalls.h:17
void schedule()
schedules and forgets all async calls previously stored by delay()
Definition: DelayedAsyncCalls.cc:22
void delay(const AsyncCallPointer &)
stores the given call to schedule it at schedule() or destruction time
Definition: DelayedAsyncCalls.cc:15
AsyncCallList deferredReads
delay()-ed calls waiting to be scheduled, in delay() call order
Definition: DelayedAsyncCalls.h:29