lockfree: add lockfree spsc ringbuffer
commit4e6dc203f56f4ecede75a2ede093ea74d6d8d0ec
authorTim Blechmann <tim@klingt.org>
Sat, 12 Dec 2009 12:22:30 +0000 (12 13:22 +0100)
committerTim Blechmann <tim@klingt.org>
Fri, 23 Jul 2010 09:18:12 +0000 (23 11:18 +0200)
treebe84464d934e5a8c52a0bcbd88dc5de532f7f834
parent97a325a4cfa0a30cbf8d1c1f19aa5cb989a5d0ae
lockfree: add lockfree spsc ringbuffer

Signed-off-by: Tim Blechmann <tim@klingt.org>
boost/lockfree/ringbuffer.hpp [new file with mode: 0644]
libs/lockfree/test/ringbuffer_test.cpp [new file with mode: 0644]