Re: Passing a value by reference to function in taskPool
Thanks a lot for your reply.
Re: Passing a value by reference to function in taskPool
On 03/01/2013 06:51 PM, Sparsh Mittal wrote: > Possibility 1: Here, I wanted to pass a value by reference to myFunc, > but when I read that value in main function, its value is not changed at > all? This is a known issue and is documented in the std.parallelism module: http://dlang.org/phobos
