Merge pull request #54499 from Faless/threads/4.x_work_pool_default

This commit is contained in:
Rémi Verschelde 2021-11-19 09:39:21 +01:00 committed by GitHub
commit fc9de5ba7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -75,6 +75,7 @@ public:
Error kill(const ProcessID &p_pid) override;
int get_process_id() const override;
int get_processor_count() const override;
int get_default_thread_pool_size() const override { return 1; }
String get_executable_path() const override;
Error shell_open(String p_uri) override;