Currently, they run in the main thread, where node operations are done. If we want them to be relevant for Processing (and avoid race conditions), we should run them in the correct thread.
Currently, they run in the main thread, where node operations are done.
If we want them to be relevant for Processing (and avoid race conditions), we should run them in the correct thread.