File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -750,8 +750,6 @@ void behavioral_patterns_demo()
750750 @defgroup AP Architectural
751751 @brief [Architectural patterns](https://en.wikipedia.org/wiki/Architectural_pattern)
752752
753- https://refactoring.guru/design-patterns/behavioral-patterns
754-
755753 @{
756754 */
757755
@@ -842,6 +840,7 @@ class Synchronized_queue
842840 - [Boost synchronized queues](https://www.boost.org/doc/libs/release/doc/html/thread/sds.html#thread.sds.synchronized_queues)
843841 - [boost/thread/concurrent_queues/sync_queue.hpp](https://github.com/boostorg/thread/blob/HEAD/include/boost/thread/concurrent_queues/sync_queue.hpp)
844842 - [boost/thread/concurrent_queues/detail/sync_queue_base.hpp](https://github.com/boostorg/thread/blob/HEAD/include/boost/thread/concurrent_queues/detail/sync_queue_base.hpp)
843+ - [Messaging pattern](https://en.wikipedia.org/wiki/Messaging_pattern)
845844
846845 Warning: unbounded synchronized queues can cause [OOM](https://en.wikipedia.org/wiki/Out_of_memory)
847846 */
You can’t perform that action at this time.
0 commit comments