2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-20 02:32:19 +00:00
Files
fiber/include
Oliver Kowalke 6112d85a1a test for max. time_point before apply to condition_variable
- autoreset_event::reset() might get an time-point with value
  of std::chrono::steady_clock::time_point::max()
- this value make the underlying call to pthread_condition_wait() fail
  (not reported by std::condition-variable::wait_until())
2015-11-25 19:21:11 +01:00
..