安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- std::condition_variable:: wait_for - Reference
2) Timeout-related exceptions, and any exception thrown by pred [ edit ] Notes Even if notified under lock, overload (1) makes no guarantees about the state of the associated predicate when returning due to timeout
- std::future_status - cppreference. com
atomic_compare_exchange_weak atomic_compare_exchange_weak_explicit atomic_compare_exchange_strong atomic_compare_exchange_strong_explicit
- std::condition_variable::wait - cppreference. com
wait causes the current thread to block until the condition variable is notified or a spurious wakeup occurs
- std::future - cppreference. com
The class template std::future provides a mechanism to access the result of asynchronous operations: An asynchronous operation (created via std::async, std::packaged_task, or std::promise) can provide a std::future object to the creator of that asynchronous operation
- std::chrono::duration - cppreference. com
Class template std::chrono::duration represents a time interval It consists of a count of ticks of type Rep and a tick period, where the tick period is a compile-time rational fraction representing the time in seconds from one tick to the next
|
|
|