The most interesting part of Android is that it's ...
# coroutines
j
The most interesting part of Android is that it's main thread is just a special case of a general system. I would expect a first-party offering to be able to use any Handler, not just one wrapped around the main Looper.
👍 3
g
jw: in version 0.2.0 I have support of any Handler (base class for handler dispatcher and extension functions). I'll publish in one-two days. I just revamped project structure to separate dispatcher from life cycle