On Wed, 22 Mar 2006 [EMAIL PROTECTED] wrote:
> Hi all,
> If I do add_timer() multiple times with same timer object as
> parameter then the last one will be executed as there can be only one
> timer running for a timer object. Now if I call add_timer() multiple
> times with different timer ob
Hi all,
If I do add_timer() multiple times with same timer object as
parameter then the last one will be executed as there can be only one
timer running for a timer object. Now if I call add_timer() multiple
times with different timer objects then the timer objects will be queued
up in acti