stdio.readf is buffered. It does not deal with async io properly I think.-Steve
Yes, I must use core.sys.posix.unistd.read, which was actually what A.D.Ruppe suggested, I think.
Basile B. via Digitalmars-d-learn Thu, 31 Mar 2016 13:02:40 -0700
stdio.readf is buffered. It does not deal with async io properly I think.-Steve
Yes, I must use core.sys.posix.unistd.read, which was actually what A.D.Ruppe suggested, I think.