id summary reporter owner description type status milestone component version severity resolution keywords cc 9326 io_service.get_unfinished_work_count() edubart chris_kohlhoff "Would be good to have this function to return how many work the io_service still have left to do. By diving in the sources, I found out that this function would be simples as: {{{ long get_unfinished_work_count() { return outstanding_work_; } }}} This function is useful to know if asio still have unfinished work to do. Meantime the only way to know if there is still work left to do, is by calling run_one()/run() and see if it returns immediately or not, that approach is not ideal. There are cases that you don't want to block the thread." Feature Requests new To Be Determined asio Boost Development Trunk Cosmetic