From 263c55d5c95545abee1ef25662c752c5296d7c34 Mon Sep 17 00:00:00 2001 From: usurai Date: Thu, 17 Mar 2022 16:09:14 +0800 Subject: [PATCH] Fix link in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3310aabf..886e0136 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,7 @@ of the queue itself, followed lastly by the free-standing swap functions. [source]: https://github.com/cameron314/concurrentqueue [concurrentqueue.h]: https://github.com/cameron314/concurrentqueue/blob/master/concurrentqueue.h [blockingconcurrentqueue.h]: https://github.com/cameron314/concurrentqueue/blob/master/blockingconcurrentqueue.h +[lightweightsemaphore.h]: https://github.com/cameron314/concurrentqueue/blob/master/lightweightsemaphore.h [unittest-src]: https://github.com/cameron314/concurrentqueue/tree/master/tests/unittests [benchmarks]: http://moodycamel.com/blog/2014/a-fast-general-purpose-lock-free-queue-for-c++#benchmarks [benchmark-src]: https://github.com/cameron314/concurrentqueue/tree/master/benchmarks