Nothing prevents Vert.x or any other framework to ...
# coroutines
e
Nothing prevents Vert.x or any other framework to define their own coroutine builders with their own defaults. They are just functions. A few lines to define your own. We just strive for functions within
kotlinx.corotuines
to work predictably, without implicit dependencies on the context they are used from.
👍🏼 1