mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-19 02:12:24 +00:00
The whole yield / yield_hop dichotomy becomes much easier to read and explain if we stick to a single yield_t class. Since the intention is for a consumer to pass canonical instances rather than manipulating that class in any other way, we can instantiate it however we want. This gets rid of lots of ugly redundant boost::asio::handler_type<> specializations.