Does D have equivalent of Java util.concurrent?

Dibyendu Majumdar d.majumdar at gmail.com
Sun Apr 28 09:08:54 UTC 2019


On Sunday, 28 April 2019 at 09:03:00 UTC, Russel Winder wrote:

> So you meant memory model and not programming model. C++, D, 
> Rust, Go all have memory models, as Java, Kotlin, etc. have. 
> Indeed a programming language that has concurrency and 
> parallelism features in the language or standard library that 
> doesn't have a memory model has so many "undefined behaviours" 
> as to be nigh on useless.

I meant both. By programming model I meant the idea that a 
language pushes for certain type of programming. Go is a good 
example. It cannot be called a systems language (I believe it no 
longer is).



More information about the Digitalmars-d mailing list