I would like to know how I should understand boost::asio::post
In particular this overload that can just take a single callable, who/what/where executes it now (since I don't explicit pass it an io_service
/io_context
for example) ?
Does it just randomly (more or less) choose a running io_service
(if there is one) ? I feel like there is something Im completely missing.