You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Remove runloop execution while waiting for stdin
This would slow down the typing at a command prompt while waiting
for stdin from the programs because each character would bounce for
0.01 seconds adding up to noticeable slowdown when piping in
characters from an external source.
0 commit comments