Update thread_pool.d

This commit is contained in:
mmcomando 2021-03-13 13:23:19 +00:00
parent 84a5cbef13
commit 55bd698541

View file

@ -1,4 +1,4 @@
module mmutils.thread_pool;
module mmutils.thread_pool;
import std.algorithm : map;
@ -9,7 +9,9 @@ version (WebAssembly)
{
version = MM_NO_LOGS;
version = MM_USE_POSIX_THREADS;
struct FILE;
extern(C) struct FILE
{
}
}
else
{