mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
It's a bit counter-intuitive, but there are two streams here: the implementation here, and the connected output stream. When we say "unflushed" we mean don't flush the connected output stream because that's managed externally. But an "end" operation should always flush the implementation stream.