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

Specifies the interface for a handler that can be stopped. More...

#include <Concepts.hpp>

Concept definition

template<typename T>
concept util::async::SomeHandlerWithoutStopToken = requires(T fn) {
{ std::invoke(fn) };
}
Specifies the interface for a handler that can be stopped.
Definition Concepts.hpp:146

Detailed Description

Specifies the interface for a handler that can be stopped.