infinitered / bluepotion

Like RedPotion, but for Android
MIT License
74 stars 18 forks source link

Add app.after method for running a block after a delay #41

Closed darinwilson closed 9 years ago

darinwilson commented 9 years ago

You can now do:

app.after(10) do
  p "This will run after 10 seconds."
end