malloy
malloy copied to clipboard
Consider passing boost::asio::(any_)io_executor instead of io_context around
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.