Clio develop
The XRP Ledger API server.
|
Public Member Functions | |
template<SomeOperation OpType> requires (not std::is_same_v<std::decay_t<OpType>, ErasedOperation>) | |
ErasedOperation (OpType &&operation) | |
ErasedOperation (ErasedOperation const &)=delete | |
ErasedOperation (ErasedOperation &&)=default | |
ErasedOperation & | operator= (ErasedOperation const &)=delete |
ErasedOperation & | operator= (ErasedOperation &&)=default |
void | wait () noexcept |
std::expected< std::any, ExecutionError > | get () |
void | abort () |
Cancel if needed and request stop as soon as possible. | |