Tries to read a single event without awaiting.
public bool TryReadEvent(scoped out TerminalEvent ev)
When this method returns true, contains the event.
true when an event was available; otherwise false.When ImplicitStartInput is enabled, this method starts the input loop automatically.