vertx / io.vertx.reactivex / ContextScheduler / ContextWorker

ContextWorker

open class ContextWorker : Worker

Constructors

<init>

ContextWorker()

Functions

countActions

open fun countActions(): Int

dispose

open fun dispose(): Unit

isDisposed

open fun isDisposed(): Boolean

schedule

open fun schedule(action: Runnable): Disposable
open fun schedule(action: Runnable, delayTime: Long, unit: TimeUnit): Disposable

schedulePeriodically

open fun schedulePeriodically(action: Runnable, initialDelay: Long, period: Long, unit: TimeUnit): Disposable