signals top-level property
Implementation
final List<String> signals = [
'hup',
'int',
'quit',
'ill',
'trap',
'abrt',
'emt',
'fpe',
'kill',
'bus',
'segv',
'sys',
'pipe',
'alrm',
'urg',
'stop',
'tstp',
'cont',
'chld',
'ttin',
'ttou',
'io',
'xcpu',
'xfsz',
'vtalrm',
'prof',
'winch',
'info',
'usr1',
'usr2',
];