Disable fixed_pool where no threads are available.

This commit is contained in:
Christoffer Lerno
2024-09-28 03:50:22 +02:00
parent 5df321816b
commit 8a0b0f5cf5

View File

@@ -1,4 +1,4 @@
module std::thread::threadpool;
module std::thread::threadpool @if (env::POSIX || env::WIN32);
import std::thread;
fault ThreadPoolResult