Bartosz Milewski Missing post

Bartosz Milewski bartosz-nospam at relisoft.com
Thu May 28 15:22:52 PDT 2009


Leandro Lucarella Wrote:

> BCS, el 28 de mayo a las 15:57 me escribiste:

> 
> Maybe, I'm just saying why I don't comment on D2 concurrency model. I find
> it too complex for my needs (i.e. for what I know, I won't give my opinion
> about things I don't know/use).
> 

Probably the majority of users either don't use multithreading (yet) or use it only for very simple tasks. My stated goal is not to force such users to learn the whole race-free type system. In most cases things "just work" by default, and the compiler catches any accidental race conditions. 

The complex part is for library writers who have very demanding needs. Unfortunately, I have to describe the whole shebang in my blog, otherwise people won't believe that the system is workable and that it satisfies their high expectations. 

I should probably write a simple tutorial that would show how to use my system for simple tasks. 




More information about the Digitalmars-d mailing list