On Sunday, 21 September 2014 at 21:42:03 UTC, Ola Fosheim Grostad wrote:
On Sunday, 21 September 2014 at 19:28:13 UTC, Kagamin wrote:
Only isolated cluster can safely migrate between threads. D has no means to check isolation, you should check it manually, and in addition check if the logic doesn't depend on tls.

This can easily be borked if built in RC does not provide threadsafety.

Isolated data is single-threaded w.r.t. concurrent access. What thread-safety do you miss? You should only check for environmental dependencies, which are not strictly related to concurrency.

Reply via email to