Closed philipbjorge closed 11 years ago
Executing the following code starts an async task:
repeat {every: 1000} ^{ print "Hello in just a second" }
I think I need to replace Move.runtime.repeat with something to keep track of the objects returned allowing me to cancel them between eval's.
Executing the following code starts an async task:
I think I need to replace Move.runtime.repeat with something to keep track of the objects returned allowing me to cancel them between eval's.