You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.
Hey! Sorry I missed this. In the case of the "threads" packages, they really only provide a wrapper for AtomicReference for native, and a ThreadLocal. The LiveData package provides a somewhat stripped down version of Google's LiveData.
The atomic stuff will be available in things like atomic.fu (I actually just published an implementation for native, so in that case, this is "something better". Thread local needs some thinking, to be honest. The implementation works, but it's not ideal.
For LiveData, multithreaded coroutines for native should be coming at some point, although the "couple weeks" estimate hasn't panned out. However, I'm sure it's coming during or after Kotlinconf, and I have it on good authority that Jetbrains is going to make a reactive library for Kotlin.
If there's interest, keeping LiveData as an active project might make sense. The google version isn't a particularly large codebase (which is why I wrote this instead of trying to write something like Rx).
Hi
What do you mean by something better should be coming really soon?
Thanks
The text was updated successfully, but these errors were encountered: