Got more ideas: Theads. Pointers (as mentioned in ...
# stdlib
a
Got more ideas: Theads. Pointers (as mentioned in #kotlin-native, It will be a great addition) And @ilya.gorbunov, in the brackets we can use Pair() or A to B similar to mapOf()
g
I don’t think that Threads will be available in common stdlib. Threads are available on JVM already but there are no threads on JS and it’s just no way to implement them, all (? at least all that I know) JS implementations are single threaded. K/N do not want to expose threads (intentionally and to simplify memory management) and offers Workers approach and probably some sort coroutine abstraction in the future