Skip to content

Commit

Permalink
Disable fixed_pool where no threads are available.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Sep 28, 2024
1 parent 5df3218 commit 8a0b0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/threads/fixed_pool.c3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std::thread::threadpool;
module std::thread::threadpool @if (env::POSIX || env::WIN32);
import std::thread;

fault ThreadPoolResult
Expand Down

0 comments on commit 8a0b0f5

Please sign in to comment.