T
tattvamasi@gmail.com
Guest
Whats the best and easiest way to run a skill process, a procedure in
the background.
For example for the following two procedures,,
procedure(trial()
hiRegTimer("t1() trial()" 10)
)
procedure( t1()
printf("Hmm..\n")
)
I would like to run t1 in the background every second, if and only if
the previous t1() function has completed
Thanks,
Partha
the background.
For example for the following two procedures,,
procedure(trial()
hiRegTimer("t1() trial()" 10)
)
procedure( t1()
printf("Hmm..\n")
)
I would like to run t1 in the background every second, if and only if
the previous t1() function has completed
Thanks,
Partha