How to use core.thread.Thread

aki via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jul 16 02:24:37 PDT 2015


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.



More information about the Digitalmars-d-learn mailing list