Open tkerber opened 10 years ago
The callbacks passed to IdleAdd and TimeoutAdd should be executed again by the program if they return true. In both cases callbacks get called exactly once, regardless of return value.
IdleAdd
TimeoutAdd
The callbacks passed to
IdleAdd
andTimeoutAdd
should be executed again by the program if they return true. In both cases callbacks get called exactly once, regardless of return value.