So if Swift is first then does it mean that Kotlin...
# coroutines
m
So if Swift is first then does it mean that Kotlin Actors is a different thing? 🤔 https://twitter.com/clattner_llvm/status/1386728088633974785?s=19
j
Yep. It's a library!
jake 1
z
Kotlin’s “actors” so far are just a wrapper around a
launch
and a
Channel
. This swift proposal looks like a much more complete system for safe concurrent programming, including isolation of mutable state between actors.
đź‘Ť 1