21 #include <quentier/utility/cancelers/ICanceler.h> 43 void cancel() noexcept;
45 [[nodiscard]]
bool isCanceled()
const noexcept
override;
49 std::unique_ptr<Impl> m_impl;
Definition: AnyOfCanceler.h:26
The ICanceler interface provides isCanceled method which can be used to check whether some processing...
Definition: ICanceler.h:29
Definition: ManualCanceler.h:32