From f39e8e6dbc6be6dbecaa78183c1bdd09a29c2720 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Tue, 6 Dec 2016 21:13:57 +0100 Subject: [PATCH] comment added --- include/boost/fiber/detail/context_mpsc_queue.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/fiber/detail/context_mpsc_queue.hpp b/include/boost/fiber/detail/context_mpsc_queue.hpp index f6cf6bb7..f7e66465 100644 --- a/include/boost/fiber/detail/context_mpsc_queue.hpp +++ b/include/boost/fiber/detail/context_mpsc_queue.hpp @@ -7,6 +7,7 @@ // // based on Dmitry Vyukov's intrusive MPSC queue // http://www.1024cores.net/home/lock-free-algorithms/queues/intrusive-mpsc-node-based-queue +// https://groups.google.com/forum/#!topic/lock-free/aFHvZhu1G-0 #ifndef BOOST_FIBERS_DETAIL_CONTEXT_MPSC_QUEUE_H #define BOOST_FIBERS_DETAIL_CONTEXT_MPSC_QUEUE_H