snipplets.dev/code/Crystal/prompt_timeout.cr

3 lines
77 B
Crystal

STDIN.read_timeout = 1
STDIN.gets # raises IO::TimeoutError (after 1 second)