[Issue 13262] Cannot send certain shared data to another thread

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 21 08:06:31 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=13262

--- Comment #5 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/373babe48e186d2e9a54042bd35317c928b14bc3
fix issue 13262 - Ensure shared data can be sent and received via
send/receive. Also now allows all types of shared items to be stored in
a Variant.

https://github.com/dlang/phobos/commit/e2a16ccd4d78ce7288d9abfb253bf64bc6638198
Merge pull request #5694 from schveiguy/fix13262

fix issue 13262 - Cannot send certain shared data to another thread

--


More information about the Digitalmars-d-bugs mailing list