nix-eval-jobs/src
Zhaofeng Li 6d61193286 Flush cout after each output line
The default buffering behavior depends on whether the output is connected
to an interactive device. This causes output lines to be buffered in an
undesirable way when stdout is piped, which is how nix-eval-jobs is
normally used. Let's fix it by flushing stdout explicitly.
2022-02-16 00:46:57 -08:00
..
meson.build Rename project to nix-eval-jobs 2021-08-24 14:06:27 -05:00
nix-eval-jobs.cc Flush cout after each output line 2022-02-16 00:46:57 -08:00