A
angico
[Note: parts of this message were removed to make it a legal post.]
Hi, All.
Can anybody tell me how to implement kind of a timer in Ruby, similar to
the following one from Java?
timer = new Timer( 200, handler ); // call handler each 200 milliseconds
Thank you,
Hi, All.
Can anybody tell me how to implement kind of a timer in Ruby, similar to
the following one from Java?
timer = new Timer( 200, handler ); // call handler each 200 milliseconds
Thank you,