Closed kariya-mitsuru closed 3 years ago
We are introducing proper threading for the next release, so this option will completely go away
Unfortunately, the threading option cannot be per context in any case. We need to be able to share ASTs across contexts in the same engine, but enabling or disabling threads such a deep impact on the ASTs that they become unshareable between those two scenarios.
Please see the sample code below.
============================== sample code ==============================
============================== sample code ==============================
============================== output ==============================
============================== output ==============================
I think
WITH_THREAD
should be kept per Context, so the output should look like this.============================== output ==============================
============================== output ==============================