Does D have equivalent of Java util.concurrent?

Heromyth bitworld at qq.com
Sun Apr 28 01:22:32 UTC 2019


On Saturday, 27 April 2019 at 14:15:01 UTC, Dibyendu Majumdar 
wrote:
> Java programmers have benefited hugely from Doug Lea's work 
> (http://gee.cs.oswego.edu/dl/concurrency-interest/index.html). 
> I was wondering if D's library has anything equivalent. If not, 
> I am interested in porting Doug Lea's library from Java to D; I 
> think the license allows this, but I will check with Doug Lea.

We have done somthing about this. See here:

Source: 
https://github.com/huntlabs/hunt/tree/master/source/hunt/concurrency
Examples: 
https://github.com/huntlabs/hunt/tree/master/examples/UnitTest/source/test

Current stage: We are trying to port the CompletableFuture.


More information about the Digitalmars-d mailing list