Support Board
Date/Time: Mon, 23 Jun 2025 06:17:28 +0000
Post From: thread safe
[2022-03-08 17:35:31] |
User431178 - Posts: 717 |
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
|