vertx / io.vertx.rxjava.core / RxHelper / blockingScheduler

blockingScheduler

open static fun blockingScheduler(vertx: Vertx): Scheduler

Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.

Parameters

vertx - the vertx object

Return
the scheduler