On Tuesday, 8 April 2014 at 15:18:20 UTC, Steven Schveighoffer wrote: > Just a word of caution, I don't think the RAII semantics of > File work properly in multithreaded code when the File is > destroyed by the GC. > > -Steve RAII doesn't work correctly with GC, period.