Fast single-producer, single-consumer lock-free queue for C++
readerwriterqueue is a lock-free queue for C++. It only supports a two-thread use case (one consuming, and one producing). The threads can't switch roles, though you could use this queue completely from a single thread if you wish.
$
pkg install readerwriterqueueOrigin
devel/readerwriterqueue
Size
75.7KiB
License
BSD2CLAUSE
Maintainer
yuri@FreeBSD.org
Dependencies
0 packages
Required by
0 packages