<@U6Y33L3ME> We’re building one. It’s been working...
# coroutines
p
@edwardwongtl We’re building one. It’s been working for a while and we’re nearing release in a couple of months.
e
Is it just a threading mechanism or a complete reimplementation of Rx using pure kotlin?
p
Threading mechanism plus an adapter for Rx
k
Out of curiosity, why? 😀
p
Functional programming with higher kinds. We can abstract stepping over any Monad. Rx is no different.
a
Can't wait to see your work