search for: bcca9531

Displaying 1 result from an estimated 1 matches for "bcca9531".

2016 Feb 01
2
How to force re-evaluate thread_local address?
Hi everyone, I’m working on adding multithreading support to our programming language (http://crystal-lang.org <http://crystal-lang.org/>) and I’m facing an issue with thread local variables. Since the language relies heavily on coroutines, basically the problem is that a function could start running on a thread, get suspended and continue running on a different thread. So, for example, if