The SharedLockable requirements describe the minimal characteristics of types that provide shared blocking semantics for execution agents (i.e. threads).
[edit] RequirementsFor type L
to be SharedLockable, the following conditions have to be satisfied for an object m
of type L
:
m
. Releases the shared lock held by the execution agent.
Throws no exceptions.
[edit] Shared locksA lock on an object is said to be shared lock if it is acquired by a call to lock_shared
, try_lock_shared
, try_lock_shared_for
, or try_lock_shared_until
member function.
The following standard library types satisfy SharedLockable requirements:
[edit] See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4