Skip to content

Commit 8349bdf

Browse files
Enhanced with notes on concepts
1 parent 853f929 commit 8349bdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Shutdown semantics are available through `std::stop_token` facilities. A `std::s
2020

2121
Thanks go to [Louis Langholtz](https://github.com/louis-langholtz) for adding DBC (Design by Contract) asserts and comments.
2222

23+
Concepts and various type constraints have been added. Enhancements are always appreciated.
24+
2325
## Generated Documentation
2426

2527
The generated Doxygen documentation for `wait_queue` is [here](https://connectivecpp.github.io/wait-queue/).
@@ -30,7 +32,7 @@ The `wait_queue` header file does not have any third-party dependencies. It uses
3032

3133
## C++ Standard
3234

33-
`wait_queue` uses C++ 20 features, including `std::stop_token`, `std::stop_source`, `std::condition_variable_any`, `std::scoped_lock`, and `requires` clauses.
35+
`wait_queue` uses C++ 20 features, including `std::stop_token`, `std::stop_source`, `std::condition_variable_any`, `std::scoped_lock`, `concepts`, and `requires` clauses.
3436

3537
## Supported Compilers
3638

0 commit comments

Comments
 (0)