Go to file
Christopher Kohlhoff b9855c9fdb Update timeout examples to use latest features.
* Use asio::steady_timer rather than asio::deadline_timer.
* Use asio::dynamic_buffer rather than asio::streambuf.
* Use timed asio::io_context::run_for() function for blocking clients.
* Add example showing a custom completion token for blocking with timeouts.
2018-03-30 08:10:13 +11:00
asio Update timeout examples to use latest features. 2018-03-30 08:10:13 +11:00
.appveyor.yml Add travis and appveyor configuration. 2017-07-15 13:33:23 +10:00
.gitignore Ignore scratch source files and symlinked boost. 2014-04-28 12:51:01 +10:00
.travis.yml Add travis and appveyor configuration. 2017-07-15 13:33:23 +10:00