Closed quark-zju closed 4 years ago
Pause loading input streams if they produce too much data. For commands like hg log, the blocking behavior can pause their calculation, which can be desirable.
hg log
Fixes #7.
Pause loading input streams if they produce too much data. For commands like
hg log
, the blocking behavior can pause their calculation, which can be desirable.Fixes #7.