open static fun schedulerHook(context: Context): RxJavaSchedulersHook
Create a scheduler hook for a Context object, the rx.plugins.RxJavaSchedulersHook#getIOScheduler() uses a blocking scheduler.
Return
the scheduler hook
open static fun schedulerHook(vertx: Vertx): RxJavaSchedulersHook
Create a scheduler hook for a Vertx object, the rx.plugins.RxJavaSchedulersHook#getIOScheduler() uses a blocking scheduler.
Return
the scheduler hook