Using std.concurrency and std.parallelism this is trivial.
I could just spawn a bunch of vibe.d tasks and then iteratively join them, but I would think vibe.d would provide some primitives for task-pooling.
Computermatronic via Digitalmars-d-learn Sat, 09 Jun 2018 08:17:13 -0700
Using std.concurrency and std.parallelism this is trivial.
I could just spawn a bunch of vibe.d tasks and then iteratively join them, but I would think vibe.d would provide some primitives for task-pooling.