Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 03:18:25 +0000



Post From: thread safe

[2022-03-08 17:35:31]
User431178 - Posts: 612
There is no problem with global functions and thread safety, unless the functions are accessing/operating on data that is available to/used by the various threads simultaneously (e.g. global variables).

Also, the charts/studies in SC are processed sequentially on a single thread, so, unless you are creating threads yourself, there should be no problem anyway.
Date Time Of Last Edit: 2022-03-08 17:35:51