On 11/28/2015 01:57 PM, Ish wrote:
The following code does not compile (with gdc) but if the line
containing taskPool.reduce is reduce it does compile. Any pointers will
be appreciated.
import std.stdio;
import std.math;
import std.algorithm;
import std.parallelism; // does not work!!
import cor
The following code does not compile (with gdc) but if the line
containing taskPool.reduce is reduce it does compile. Any
pointers will be appreciated.
import std.stdio;
import std.math;
import std.algorithm;
import std.parallelism; // does not work!!
import core.thread;
double aCalculation(dou