[phobos] std.atomics

Walter Bright walter at digitalmars.com
Mon Jun 7 13:38:08 PDT 2010



Sean Kelly wrote:
> This module is only partially implemented and seems to conflict with using std.concurrency for concurrency stuff.  Should it be removed?
>
>   

I'm not seeing where it conflicts. Concurrency is about message passing, 
right? I see std.atomics as an analog for C++0x atomics, which gives 
very low level operations for memory fences and such.


More information about the phobos mailing list