|
Squid Web Cache master
|
#include "squid.h"#include "base/AsyncCall.h"#include "base/AsyncCallQueue.h"#include "base/CodeContext.h"#include "cbdata.h"#include "debug/Stream.h"#include <ostream>Go to the source code of this file.
Functions | |
| InstanceIdDefinitions (AsyncCall, "call") | |
| bool | ScheduleCall (const char *fileName, int fileLine, const AsyncCall::Pointer &call) |
| InstanceIdDefinitions | ( | AsyncCall | , |
| "call" | |||
| ) |
| bool ScheduleCall | ( | const char * | fileName, |
| int | fileLine, | ||
| const AsyncCall::Pointer & | call | ||
| ) |
Call scheduling helper. Use ScheduleCallHere if you can.
Definition at line 94 of file AsyncCall.cc.
References AsyncCall::codeContext, CodeContext::Current(), AsyncCall::debugLevel, debugs, AsyncCall::debugSection, AsyncCall::id, AsyncCallQueue::Instance(), and AsyncCallQueue::schedule().
Referenced by CallJob().