mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
typo repaired
This commit is contained in:
parent
b56ad422f7
commit
e8ff3146a5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ with objects of type tt(unique_lock<mutex>). This combination allows
|
|||
optimizations resulting in an increased efficiency compared to the efficiency
|
||||
that can be obtained with objects of the class
|
||||
hi(condition_variable_any)tt(std::condition_variable_any) that can be used
|
||||
with any (e.g., user-supplied) lock types.
|
||||
with any (e.g., user-supplied) lock type.
|
||||
|
||||
The condition variable classes offer members like tt(wait, wait_for,
|
||||
wait_until, notify_one) and tt(notify_all) that may concurrently be called.
|
||||
|
|
Loading…
Reference in a new issue