A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/reference/concept/TimedLockable/ below:

concept

TimedLockable

Timed lockable type


A timed lockable type is a Lockable type that supports try_lock_for and try_lock_until.

Types The standard library defines the following TimedLockable types:

Requirements A value m is of a TimedLockable type if the following expressions are well-formed:
m.lock()
m.unlock()
m.try_lock()
m.try_lock_for(rel_time)
m.try_lock_until(abs_time)
Where:
value description m A TimedLockable type rel_time A value of an instantiation of duration abs_time A value of an instantiation of time_point
See also
BasicLockable
Basic lockable type (concept)
Lockable
Lockable type (mutex type) (concept)

RetroSearch 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