You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2018. It is now read-only.
I have created Kotlin replacement for Android's AsyncTask. It's well tested on few larger projects of mine, it works beautifully and would fit this library.
Example:
asyncTask({
doSomething()
}){ result ->
processResult(result)
}
It's cancelable, it has optional callbacks when it's done or canceled, it passes return value from async thread back to main thread.
If there is interest, I can create pull request with this functionality.
dexit, j2emanue, stanbar, alinberce, Hiosdra and 1 more