dalexander
11/13/2017, 11:05 AMhealth
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)