Update pool test.

This commit is contained in:
Christoffer Lerno
2025-02-24 22:37:20 +01:00
parent e35c7f0b90
commit 1dfc24822e

View File

@@ -1,7 +1,7 @@
module thread_pool_test;
import std::io, std::thread, std::time;
def Pool = ThreadPool{4};
def Pool = ThreadPool(<4>);
fn void init_destroy() @test
{