fix parameter name in asio example

This commit is contained in:
Tianqi
2021-03-11 20:22:57 +08:00
parent 0bd11ec8fa
commit 938f816976
+1 -1
View File
@@ -68,7 +68,7 @@ public:
//]
//[asio_rr_ctor
round_robin( std::shared_ptr< boost::asio::io_context > const& io_ctx_) :
round_robin( std::shared_ptr< boost::asio::io_context > const& io_ctx) :
io_ctx_( io_ctx),
suspend_timer_( * io_ctx_) {
// We use add_service() very deliberately. This will throw