Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
util::async::SomeCancellable Concept Reference

Specifies the interface for an entity that can be cancelled. More...

#include <Concepts.hpp>

Concept definition

template<typename T>
concept util::async::SomeCancellable = requires(T v) {
{ v.cancel() } -> std::same_as<void>;
}
Specifies the interface for an entity that can be cancelled.
Definition Concepts.hpp:44

Detailed Description

Specifies the interface for an entity that can be cancelled.