mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Update pool test.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user