On 2013-10-10 13:17, Michel Fortin wrote:
http://michelf.ca/blog/2012/mutex-synchonization-in-d/
I think I like the idea, but won't you have the same problem as Jonathan described? You can't pass these variables to another function that doesn't expect it to be passed a synchronized variable. You can pass it to pure functions which mean you can probably pass it to a couple of more functions compared to using "shared".
-- /Jacob Carlborg
