coroutine delay vs handler post delay , which one ...
# coroutines
n
coroutine delay vs handler post delay , which one to use ?
t
coroutine delay, your handler delay will not be canceled if your scope is canceled
n
yeah, thanks
t
On Android,
Dispatchers.Main
is certainly using handlers under the hood
d
Yes it is