To use this website fully, you first need to accept the use of cookies. By agreeing to the use of cookies you consent to the use of functional cookies. For more information read this page.

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