timer utility More...
#include "ZFObject.h"
Go to the source code of this file.
Classes | |
class | ZFTimer |
timer utility More... | |
Functions | |
zfautoT< ZFTimer > | ZFTimerStart (zftimet interval, const ZFListener &timerCallback) |
util to start timer | |
zfautoT< ZFTimer > | ZFTimerOnce (zftimet delay, const ZFListener &timerCallback) |
util to start timer to run only once | |
timer utility
|
extern |
util to start timer to run only once
we would try to run the timerCallback in the same thread that call this method