Let user scripts disable thread safety checks

This commit is contained in:
Pedro J. Estébanez
2023-06-08 11:33:35 +02:00
parent 828ec2c5d0
commit 2b001db76e
6 changed files with 27 additions and 2 deletions

View File

@ -408,6 +408,8 @@ public:
bool is_started() const;
bool is_alive() const;
Variant wait_to_finish();
static void set_thread_safety_checks_enabled(bool p_enabled);
};
namespace special {