mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Disable fixed_pool where no threads are available.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module std::thread::threadpool;
|
||||
module std::thread::threadpool @if (env::POSIX || env::WIN32);
|
||||
import std::thread;
|
||||
|
||||
fault ThreadPoolResult
|
||||
|
||||
Reference in New Issue
Block a user