Generic Function
listen that returnst if there is input available. stream
stream-listen stream => bool
A stream.
A generalized boolean.
stream-listen is used bylisten and returnst if there is input available. The default method usesstream-read-char-no-hang andstream-unread-char. Most streams should define their own method as this is usually trivial and more efficient than the method provided. stream-read-char-no-hangstream-unread-char