Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationrun_in_thread

Official ZPE/YASS documentationrun_in_thread

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
Feedback 👍
Comments are sent via email to me.