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