We should use `std::chrono::high_resolution_clock` for timeouts, since it gives us a better easier and more standard duration counter. More info: http://www.cplusplus.com/reference/chrono/high_resolution_clock/
We should use
std::chrono::high_resolution_clockfor timeouts, since it gives us a better easier and more standard duration counter. More info: http://www.cplusplus.com/reference/chrono/high_resolution_clock/