elizarov
Using this helper function, an arbitrary asynchronous vert.x function async.foo(params, handler) can be invoked from a coroutine with vx { async.foo(params, it) }.
async.foo(params, handler)
vx { async.foo(params, it) }