Package hu.akarnokd.rxjava3.schedulers
Special scheduler implementations, such as
BlockingScheduler,
ParallelScheduler and
SharedScheduler.-
Class Summary Class Description BlockingScheduler A Scheduler that uses the current thread, in an event-loop and blocking fashion to execute actions.ParallelScheduler Scheduler with a configurable fixed amount of thread-pools.SharedScheduler A Scheduler implementation that uses one of the Workers from another Scheduler and shares the access to it through its own Workers.