Class: Vertx::Context

Inherits:
Object
  • Object
show all
Defined in:
src/main/api_shim/core/timers.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) run_on_context(&hndlr)



68
69
70
# File 'src/main/api_shim/core/timers.rb', line 68

def run_on_context(&hndlr)
  @j_del.runOnContext(hndlr)
end