Simon Rozman 862c073ca8 stream: read from system stream once on POSIX
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>
2025-06-02 14:22:44 +02:00
2025-03-28 13:31:14 +01:00
2022-03-07 11:37:35 +01:00
2025-01-08 12:36:35 +01:00

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
Description
Standard C++ Library Extension
Readme MIT 60 MiB
Languages
C++ 100%