862c073ca889278a31995dce048c3ce2c4d10e7b
Looping ReadFile() system call is Windows-specific. POSIX systems don't need this. In fact: with pipes using buffered streams, this blocks the read until one full buffer of data is available. Signed-off-by: Simon Rozman <simon@rozman.si>
stdex - Random stuff that didn't made it into std C++
An auto-generated documentation is here.
Requirements
- MSVC 2019 or later, XCode 13 or later
- C++17 or later
Languages
C++
100%