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.