This class allows easy addition of a chain which will sleep and then process another chain. More...
#include <llchainio.h>
Static Public Member Functions | |
static bool | addToPump (LLPumpIO *pump, F32 in_seconds, const LLPumpIO::chain_t &chain, F32 chain_timeout) |
Add a chain to a pump in a finite # of seconds. |
This class allows easy addition of a chain which will sleep and then process another chain.
bool LLDeferredChain::addToPump | ( | LLPumpIO * | pump, | |
F32 | in_seconds, | |||
const LLPumpIO::chain_t & | deferred_chain, | |||
F32 | chain_timeout | |||
) | [static] |
Add a chain to a pump in a finite # of seconds.
pump The pump to work on. in_seconds The number of seconds from now when chain should start. chain The chain to add in in_seconds seconds. chain_timeout timeout for chain on the pump.