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.