Hello,
I just found this today and I figured it would be of interest to many in
the D community: http://www.liblfds.org/
This contains the following lock-free data structures:
* Freelist
* Queue
* Ringbuffer
* Singly linked list (logical delete only)
* Stack
Casey