9#ifndef SQUID_SRC_BASE_ASYNCCALLQUEUE_H
10#define SQUID_SRC_BASE_ASYNCCALLQUEUE_H
void add(const AsyncCallPointer &)
stores the given async call
void schedule(const AsyncCallPointer &call)
static AsyncCallQueue * TheInstance
static AsyncCallQueue & Instance()
AsyncCallList scheduled
calls waiting to be fire()d, in FIFO order