mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-05 18:31:36 +01:00
#includes revision and housekeeping
Summary: related to T13767 Reviewers: ivica Reviewed By: ivica Subscribers: iljazovic, miljen Differential Revision: https://repo.mireo.local/D31700
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#define ASYNC_MQTT5_SENTRY_OP_HPP
|
||||
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
|
||||
#include <boost/asio/cancellation_signal.hpp>
|
||||
#include <boost/asio/error.hpp>
|
||||
@@ -61,7 +62,7 @@ public:
|
||||
}
|
||||
|
||||
using cancellation_slot_type = asio::cancellation_slot;
|
||||
asio::cancellation_slot get_cancellation_slot() const noexcept {
|
||||
cancellation_slot_type get_cancellation_slot() const noexcept {
|
||||
return _svc_ptr->_cancel_sentry.slot();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user