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
Add system properties for JLineConsole's input thread waiting strategy.
The default is blocking on Windows and 10ms of sleep on other OSes. Add
a system property to override OS detection for the purpose of
determining how our thread should wait for input. Also add a property to
override the waiting strategy directly.
0 commit comments