With 1.0 release, is there any plans on native mt support in coroutines?
l
louiscad
10/29/2018, 8:22 PM
There are plans, there's an issue about that on GitHub, and they are still working on it, besides other things.
t
thevery
10/29/2018, 8:38 PM
Yes, long-running issue...
v
Vsevolod Tolstopyatov [JB]
10/29/2018, 9:10 PM
Yes, we are working on it.
Currently the problem is Native memory model, which is actively reworked.
t
thevery
10/29/2018, 10:51 PM
Lol =)
❓ 1
@gildor K/N threading/memory model is always presented as a huge plus, not drawback
g
gildor
10/30/2018, 7:40 AM
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