On Saturday, 4 June 2016 at 15:51:22 UTC, Alex Parrill wrote:
(It also doesn't help that many "thread-safe" functions in D aren't marked as shared where they really ought to be, ex. all the functions in core.sync.mutex)

And you have to be continuously casting the methods of Mutex, Thread, Condition, and others wherever you use them in a shared class which makes a mess everywhere. Only a person who uses those classes in many occasions can understand this situation. Thus, I have started this topic.

Reply via email to