$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [lockfree] wait-free multi-queue?
From: Shawn Yarbrough (shawn.yarbrough_at_[hidden])
Date: 2019-01-18 02:38:00
Is it practical to have a wait-free, multi-producer/multi-consumer queue?
I ask because Boost's Lockfree multi-queue is only advertised as being
"lock-free". (Boost does offer a wait-free single-queue.)
https://www.boost.org/doc/libs/1_69_0/doc/html/lockfree.html
Shawn Y.