open static fun scheduler(vertx: Vertx): Scheduler
Create a scheduler for a Vertx object, actions are executed on the event loop.
Return
the scheduler
open static fun scheduler(context: Context): Scheduler
Create a scheduler for a Context, actions are executed on the event loop of this context.
Return
the scheduler