On Friday, 20 February 2015 at 09:57:48 UTC, francesco.cattoglio wrote: > (e.g: if the GC calls any OpenGL function, you get a "nice" > crash since OpenGL is not multithread-aware by default). Really? I don't see this in my projects. The GC stops the world, so there shouldn't be any races.