Closed eregon closed 5 years ago
$vertx
vertx
I'm not sure where the code vertx.execute_blocking(lambda { |promise| on https://vertx.io/docs/vertx-core/ruby/#_writing_verticles comes from. I could not find it in this repo, vert.x or vertx-web-site. Is it automatically generated from the Java version in https://github.com/eclipse-vertx/vert.x/blob/59f9e179/src/main/java/examples/CoreExamples.java#L73-L81 ?
vertx.execute_blocking(lambda { |promise|
vert.x
vertx-web-site
thanks!
$vertx
is needed and notvertx
.I'm not sure where the code
vertx.execute_blocking(lambda { |promise|
on https://vertx.io/docs/vertx-core/ruby/#_writing_verticles comes from. I could not find it in this repo,vert.x
orvertx-web-site
. Is it automatically generated from the Java version in https://github.com/eclipse-vertx/vert.x/blob/59f9e179/src/main/java/examples/CoreExamples.java#L73-L81 ?