fuel icon indicating copy to clipboard operation
fuel copied to clipboard

Implement Async Methods on Android Handler

Open iNoles opened this issue 6 years ago • 0 comments

Bug Report

Description

On the current project, Android Handler is really on Sync. I found a very nice example for this https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/kotlinx-coroutines-android/src/HandlerDispatcher.kt#L58

iNoles avatar Feb 02 '19 21:02 iNoles