$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [log] Is it lock free ?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2013-04-29 23:41:51
On Tuesday 30 April 2013 07:32:06 you wrote:
>
> asynchronous_sink<T, unbounded_fifo_queue> uses a lock-free queue
> internally, so it will avoid locking.
Ughh, I just remembered there is also a lock in this case, so technically it's
not lock-free either. Sorry.