This is how I wrap a blocking method in an android...
# coroutines
a
This is how I wrap a blocking method in an android onClick event handler, is it the right way to do it? Should I switch
bg{}
to
async{}
?