serverbox
serverbox copied to clipboard
Bench `TaskScheduler` vs `boost::asio::io_context` with strands as tasks
boost::asio doesn't have to use IO. Can use io_context as a scheduler + strands as tasks. Would be interesting to compare the speed of it vs TaskScheduler.