[Issue 14893] std.concurrency: can't send shared arrays or shared structs
https://issues.dlang.org/show_bug.cgi?id=14893 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Steven Schveighoffer --- This really has the same root causes as 13262. *** This issue has been marked as a duplicate of issue 13262 *** --
[Issue 14893] std.concurrency: can't send shared arrays or shared structs
https://issues.dlang.org/show_bug.cgi?id=14893 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --
[Issue 14893] std.concurrency: can't send shared arrays or shared structs
https://issues.dlang.org/show_bug.cgi?id=14893 tasuke...@gmail.com changed: What|Removed |Added CC||tasuke...@gmail.com --
[Issue 14893] std.concurrency: can't send shared arrays or shared structs
https://issues.dlang.org/show_bug.cgi?id=14893 --- Comment #1 from Sobirari Muhomori --- Probably Variant supports too many questionable operations on shared arrays. Those should be only stored and retrieved. --