Module scheduler

Module scheduler 

Source

Enums§

RecursionAction
Indicates how a recursive scheduling step should continue.

Traits§

Scheduler
Core abstraction for driving asynchronous work across runtimes. See https://reactivex.io/documentation/scheduler.html This is why the task must be ’static: https://stackoverflow.com/a/65287449/9315497