On Thursday, 16 July 2015 at 08:21:26 UTC, maarten van damme wrote:
Have you checked out std.parallelism and std.concurrency?
I know std.concurrency to use spawn. If I cannot use Thread,
I'll implement by spawn. But want to try Thread class because
it seems similar to Java's Thread class.
I don't know std.parallelism. It seems for the different case.
Aki.