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

Specifies the interface for a provider of stop sources. More...

#include <Concepts.hpp>

Concept definition

template<typename T>
concept util::async::SomeStopSourceProvider = requires(T v) {
{ v.getStopSource() } -> SomeStopSource;
}
Specifies the interface for a provider of stop sources.
Definition Concepts.hpp:132
Specifies the interface for a stop source.
Definition Concepts.hpp:126

Detailed Description

Specifies the interface for a provider of stop sources.