Handle to cancel an operation. More...
#include <ndn-cxx/detail/cancel-handle.hpp>
 Inheritance diagram for ndn::detail::CancelHandle:
 Inheritance diagram for ndn::detail::CancelHandle:| Public Member Functions | |
| CancelHandle () noexcept | |
| CancelHandle (std::function< void()> cancel) noexcept | |
| void | cancel () const | 
| Cancel the operation.  More... | |
Handle to cancel an operation.
Definition at line 32 of file cancel-handle.hpp.
| 
 | inlinedefaultnoexcept | 
| 
 | inlineexplicitnoexcept | 
Definition at line 38 of file cancel-handle.hpp.
| void ndn::detail::CancelHandle::cancel | ( | ) | const | 
Cancel the operation.
Definition at line 28 of file cancel-handle.cpp.