<@U0B8ZP13Q> You're right, I'm answering an api ca...
# klaxon
d
@cedric You're right, I'm answering an api call in vert.x async in a
launch
, so originally I designed that api to be `suspend`able, but when I started using Klaxon, I had to find some quick solution... but really it would have been nice if it could actually suspend the
launch
surrounding the request/answer, then the thread it's running on could be freed for handling other requests while waiting for the prices to come in...