Files
rust/src/libstd/sync
kennytm e253224541 Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay
Add Condvar APIs not susceptible to spurious wake

Provide wait_until and wait_timeout_until helper wrappers that aren't susceptible to spurious wake.
Additionally wait_timeout_until makes it possible to more easily write code that waits for a fixed amount of time in face of spurious wakes since otherwise each user would have to do math on adjusting the duration.

Implements #47960.
2018-02-25 15:54:39 +08:00
..
2016-07-12 12:51:13 -07:00
2017-12-27 14:11:05 +00:00
2018-02-17 17:38:49 +01:00