Subject: Re: [Boost-users] Concurrent Queue from Boost?
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2011-09-14 21:00:57


On Sep 14, 2011, at 7:30 PM, Jonathon <thejunkjon_at_[hidden]> wrote:

> awesome. thanks. so will it be in the next release of boost?

Not likely as it depends on Boost.Atomic which has yet to be reviewed.

However, I believe the review found the interface to be mostly ok, though the class names may change, so if you can use outside code, it's probably safe to use Tim's library as-is.

http://tim.klingt.org/code/projects/boost-lockfree/

Cheers,
Gordon