9#ifndef SQUID_SRC_BASE_ASYNCCALLLIST_H
10#define SQUID_SRC_BASE_ASYNCCALLLIST_H
AsyncCallPointer tail
the latest still-stored call (or nil)
size_t size() const
the number of currently stored calls
AsyncCallList(const AsyncCallList &)=delete
AsyncCallPointer extract()
AsyncCallPointer head
the earliest still-stored call (or nil)
void add(const AsyncCallPointer &)
stores the given async call
AsyncCallList & operator=(const AsyncCallList &)=delete