The ability to flush a number of pending tasks without calling start. ``` C++ auto loop = make_shared< RunLoop >( ); loop->launch( ... ); loop->launch( ... ); loop->digest( 1 ); ```