/
githubmirror
/
fd
Обзор
Документация
Войти
/
githubmirror
/
fd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.1.0
src/exit_codes.rs
4 строки
161 B
Dock
Using wants_to_quit to exit the sender as well as the reciever (#211)
03 янв 2018, 11:26
03 янв 2018, 11:26
26ad7da
Код
Авторство
О чём код?
/// exit code 1 represents a general error pub const ERROR: i32 = 1; /// exit code 130 represents a process killed by signal SIGINT pub const SIGINT: i32 = 130;