well, I changed it to `launch` instead of `async` ...
# coroutines
b
well, I changed it to
launch
instead of
async
and it started working. That didn't really make sense so I changed it back to
async
and it is still working. Now I'm even more confused why it didn't work in the first place.