Previous: iklib io non-blocking binary, Up: iklib io non-blocking [Index]
Return the EOF object, the would–block object or a character:
Like get-char
.
Like get-char
, but it does not update port to point past
the character.
Like lookahead-char
.
Return the EOF object, the would–block object or a string and update the input port to point past the consumed characters:
Return the EOF object, the would–block object or a string and update the input port to point past the consumed characters:
Return the EOF object or a string and update the input port to point past the consumed characters:
Even when the underlying device is in non–blocking mode: this function attempts to read input until the EOF is found.
Return the EOF object, the would–block object or a string and update the input port to point past the consumed characters:
Previous: iklib io non-blocking binary, Up: iklib io non-blocking [Index]