char-ready?
Name
char-ready? -- Check whether it is safe to read a character
Type: function
Synopsis
Arguments
- input-port
An instance of <input-port>.
Default is the current input port
Description
This function returns #t if a subsequent call to read-char on
the port is guaranteed not to block. Otherwise it returns #f.