https://issues.dlang.org/show_bug.cgi?id=15768
Jack Stouffer <j...@jackstouffer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |j...@jackstouffer.com --- Comment #2 from Jack Stouffer <j...@jackstouffer.com> --- In order for stdout, stdin, and stderr to be shared(File), I think File needs huge rewrites that will end up being backwards incompatible. Either that, or you need to write a second implementation of File that supports shared and has a lot less functionality. --