run_in_thread (function f) ⇒ boolean
Runs a function or lambda function within a separate thread.
First available: Version 1.7.9
Notes
Threaded functions run in separate threads to the main application and therefore
results and order may be unpredictable. Use of threaded functions is encouraged
for jobs that run in the background, but not for jobs that may affect the main
application.
Comments