mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-12 12:02:54 +00:00
We now have: wait_any_value(): for when passed functions cannot throw exceptions; wait_first_outcome(): get earliest result/exception; wait_first_success(): get first non-exception result.