mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-18 14:02:18 +00:00
Make condition_variable::wait_until() and wait_for() consistently use 'lk' instead of 'lt' because explanations only describe 'lk'. Explain condition_variable::wait(), wait_until() and wait_for() Precondition. Distinguish values returned by wait_until(), wait_for() overloads with and without predicates. Update request for section concerning algorithm, set_scheduling_algorithm(), round_robin and round_robin_ws. Clarify lifespan implications of fiber_group::add_fiber(). Explain requirement for a heap fiber object. Experiment with cross-reference links to other Boost libraries.