21#include <quentier/utility/Linkage.h>
23namespace quentier::utility::cancelers {
34 [[
nodiscard]]
virtual bool isCanceled()
const = 0;
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.h:38
The ICanceler interface provides isCanceled method which can be used to check whether some processing...
Definition ICanceler.h:30