run_in (function f, integer delay[, boolean once]) ⇒ boolean
Runs a function or lambda function within a separate thread repeatedly after a certain time. The once function will allow this to run just once then stop.
First available: Version 1.10.7
Comments