== Quote from David Nadlinger ([email protected])'s article > On 9/12/11 7:23 PM, Jerry Quinn wrote: > > Am I missing something or do I need to roll a shared queue object? > A concurrent queue (SharedQueue?) would be a nice addition to Phobos > regardless, imho. > David
A lock-free queue is one of the examples in TDPL if I recall correctly. Maybe we should just put a slightly embellished version of that in.
