readln() blocks file operations on windows
FreeSlave via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 31 11:37:00 PDT 2014
Note that output to stdout is not good choice to check event
order, because it's buffered. Try to flush stdout or write to
stderr. Maybe it's actual problem.
More information about the Digitalmars-d
mailing list