Sean Champ

Results 22 comments of Sean Champ

Have you perhaps taken a look at [the `cancel_after` completion adapter](https://www.boost.org/doc/libs/1_88_0/doc/html/boost_asio/reference/cancel_after.html) and similar, from boost.asio? In one usage case, this completion token adapter could be applied for cancellation within a...

I wasn't able to compile this if omitting the `cobalt::use_op` expression in the completion token, or omitting the bind_executor expression, at least when the `async_read_some()` call is compiled within a...