I am using `kotlinx-coroutines-async` and it appea...
# coroutines
z
I am using
kotlinx-coroutines-async
and it appears that maybe what I want is to pass a
ContinuationWrapper
into
async
, but I'm not quite sure what the right thing to put in there is.