malloy icon indicating copy to clipboard operation
malloy copied to clipboard

Consider passing boost::asio::(any_)io_executor instead of io_context around

Open Tectu opened this issue 8 months ago • 0 comments

We pass the boost::asio::io_context around at places. Consider just passing an io_executor like boost::asio::any_io_executor instead.

AFAIK that is the "proper" way of doing it.

Tectu avatar Jun 22 '25 22:06 Tectu