open fun isEventLoopContext(): Boolean
Is the current context an event loop context?
NOTE! when running blocking code using io.vertx.reactivex.core.Vertx#executeBlocking from a standard (not worker) verticle, the context will still an event loop context and this will return true.
Return
true if false otherwise