Hi, how can I wrap a blocking method call with an ...
# coroutines
l
Hi, how can I wrap a blocking method call with an async one that runs on any non-UI thread and returns the result of the "computation"? Full-disclosure: I'm attempting to call
Camera.open()
in an Android app without causing any lag or ANR