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

Specifies the interface for an operation that can be aborted. More...

#include <Concepts.hpp>

Concept definition

template<typename T>
concept util::async::SomeAbortable = requires(T v) {
{ v.abort() } -> std::same_as<void>;
}
Specifies the interface for an operation that can be aborted.
Definition Concepts.hpp:60

Detailed Description

Specifies the interface for an operation that can be aborted.