Sterling Albury
02/16/2022, 9:44 PMwithContext
in my suspend function. If I try to use DispatchQueue.main.async
it complains about passing a function type () aync ->()
to a param expecting sync function type. I'm using the experimental native memory model in my kotlin module btw.Sterling Albury
02/17/2022, 3:34 AM