vertx / io.vertx.reactivex.core / Context / isOnVertxThread

isOnVertxThread

open static fun isOnVertxThread(): Boolean

Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread

Return
true if current thread is a Vert.x thread, false otherwise