I am using gomible to create a .aar package that I...
# getting-started
w
I am using gomible to create a .aar package that I call from Kotlin code on Android. The code is pretty cpu intensive and I am having issues with UI freezes. Is there a best practice way to fork cpu intensive loads so the UI doesn't freeze?