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

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

#include <Concepts.hpp>

Concept definition

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

Detailed Description

Specifies the interface for an operation that can be awaited.