Closed nmcclatchey closed 5 years ago
condition_variable
mutex
try_lock_for
make_shared
future<void>
thread
condition_variable
, fix potential for large wait times to act as if an indefinite wait were requested.mutex
, fix similar problems intry_lock_for
.make_shared
for template specializationfuture<void>
.thread
by altering later code (is now more robust) rather than simply silencing them.