On 5/3/14, 4:54 AM, Atila Neves wrote:So I tried using unit-threaded to run Phobos unit tests[snip]Thanks. Are you using thread pooling (a limited number of threads e.g. 1.5 * cores running all unittests)? -- Andrei
I'm using parallel and taskPool from std.parallelism. I was under the impression it gave me a ready-to-use pool with as many threads as I have cores.
