philipbjorge / Turbo-Impress

A language and development environment for creating live presentations.
4 stars 0 forks source link

Move's Async presents a challenge #3

Closed philipbjorge closed 11 years ago

philipbjorge commented 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.