Clio develop
The XRP Ledger API server.
|
Public Member Functions | |
template<SomeScheduler... Ts> requires (std::is_same_v<Ts, Schedulers> and ...) | |
SchedulerChain (Ts &&... schedulers) | |
std::optional< model::Task > | next () override |
Attempt to obtain the next task. | |
![]() |
|
inlinenodiscardoverridevirtual |
Attempt to obtain the next task.
Implements etlng::SchedulerInterface.