jbaldwin / libcoro

C++20 coroutine library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `coro::net::*` use `concepts::io_executor`

jbaldwin opened this issue · comments

They don't need to use coro::io_scheduler directly, this would allow for a user executor to be used in its place.