So I think the simple solution is that you need to...
# coroutines
d
So I think the simple solution is that you need to wrap the body of
health
with an
async { ... }
you won’t be able to return a value directly from the work you do in
async
though, and will have to rely on a callback as far as I know. (someone else might be able to provide a more detailed/better solution)