mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-18 01:52:24 +00:00
In Boost 1.58, execution_context has a resume() member, not an operator()(). Call ctx_.resume() instead of ctx_().
In Boost 1.58, execution_context has a resume() member, not an operator()(). Call ctx_.resume() instead of ctx_().