> Using this helper function, an arbitrary asyn...
# coroutines
e
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) }
.