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

Specifies the interface for a simple stop token. More...

#include <Concepts.hpp>

Concept definition

template<typename T>
concept util::async::SomeSimpleStopSource = requires(T v) {
{ v.getToken() } -> SomeStopToken;
}
Specifies the interface for a simple stop token.
Definition Concepts.hpp:118
Specifies the interface for a stop token.
Definition Concepts.hpp:102

Detailed Description

Specifies the interface for a simple stop token.