Coming from iOS I was expecting something like `di...
# anko
u
Coming from iOS I was expecting something like
dispatch_after
and `NSObject`’s
-performSelector:withObject:afterDelay:
that does this like a breeze. But it should be easy enough to write a wrapper for
Handler.postDelayed
too.
👍 1