With 1.0 release, is there any plans on native mt ...
# coroutines
t
With 1.0 release, is there any plans on native mt support in coroutines?
l
There are plans, there's an issue about that on GitHub, and they are still working on it, besides other things.
t
Yes, long-running issue...
v
Yes, we are working on it. Currently the problem is Native memory model, which is actively reworked.
t
Lol =)
1
@gildor K/N threading/memory model is always presented as a huge plus, not drawback
g
We don’t know what is “reworked”, it is not necessary mean that it will have mutable state or expose threads. But there are obvious problems to have the same/similar API of MT coroutines which implemented with power of JMM and GC to handle shared mutable state