Is it possible to access the threads of the scheduler and append a new
schedule after the threads have been joined?
for instance
...
scheduler.start
scheduler.schedule_every('1m') {puts "Hello World"}
scheduler.join
scheduler.schedule_every('10m') {puts "One more"}
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---