25 Jun
2026
25 Jun
'26
4:54 p.m.
On Thu, Jun 25, 2026 at 9:07 AM Ruben Perez via Boost <boost@lists.boost.org> wrote:
If I'm reading Corosio's code correctly, it is not enough to construct the services, but you also need to run the scheduler. This happens in io_context::run(). How would this work for capy::thread_pool or the Asio integration case?
You can only use Corosio's reactor with Corosio's io_context. You cannot install Corosio's reactor in other execution contexts, and have them work. Thanks