add crystal prompt timeout
This commit is contained in:
parent
b9e158a9eb
commit
f3a447854f
@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
## std
|
## std
|
||||||
- [Значение из Regex::MatchData](value_from_match.cr) - Получить значение из `Regex::MatchData("Happy")`
|
- [Значение из Regex::MatchData](value_from_match.cr) - Получить значение из `Regex::MatchData("Happy")`
|
||||||
|
- [IO::TimeoutError](prompt_timeout.cr) - Установка тайм-аута на пользовательский ввод
|
||||||
|
2
~/Crystal/prompt_timeout.cr
Normal file
2
~/Crystal/prompt_timeout.cr
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
STDIN.read_timeout = 1
|
||||||
|
STDIN.gets # raises IO::TimeoutError (after 1 second)
|
Loading…
Reference in New Issue
Block a user