Skip to content

Commit 0cc8e9d

Browse files
committed
*
1 parent b0d0dcb commit 0cc8e9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/patterns.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)