21#include <quentier/utility/cancelers/Fwd.h>
22#include <quentier/utility/cancelers/ICanceler.h>
26namespace quentier::utility::cancelers {
36 [[
nodiscard]]
bool isCanceled()
const noexcept override;
40 std::unique_ptr<Impl> m_impl;
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.h:38
Definition AnyOfCanceler.h:29
The ICanceler interface provides isCanceled method which can be used to check whether some processing...
Definition ICanceler.h:30