On 4/30/14, 8:54 AM, bearophile wrote:
Andrei Alexandrescu:

A coworker mentioned the idea that unittests could be run in parallel

In D we have strong purity to make more safe to run code in parallel:

pure unittest {}

This doesn't follow. All unittests should be executable concurrently. -- Andrei

Reply via email to