![]() |
![]()
| ![]() |
![]()
NAMEstd::counting_semaphore::try_acquire_until - std::counting_semaphore::try_acquire_until Synopsis template<class Clock, class Duration>
PreconditionsClock meets the Clock requirements. Parametersabs_time - the earliest time the function must wait until in order to fail Return valuetrue if it decremented the internal counter, otherwise false ExceptionsMay throw std::system_error or a timeout-related exception. NotesIn practice the function may take longer than abs_time to fail.
|