Problem with taking inout, const references

Kagamin spam at here.lot
Wed Mar 26 02:04:42 PDT 2014


On Tuesday, 25 March 2014 at 19:20:10 UTC, Uranuz wrote:
> In this case I don't understand sense of it. Also I have 
> strange feelings about shared, because it's not widely used in 
> code that I'm experienced to see and lacks of good usage 
> examples.

shared is used for low-level multithreading, if you're not 
experienced in it, use safer methods from std.concurrency.


More information about the Digitalmars-d-learn mailing list