We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9e435 commit ded7991Copy full SHA for ded7991
doc/Type/Signal.rakudoc
@@ -0,0 +1,17 @@
1
+=begin pod :kind("Type") :subkind("enum") :category("domain-specific")
2
+
3
+=TITLE enum Signal
4
5
+=SUBTITLE List of supported signals
6
7
+ enum Signal ()
8
9
+A dynamically generated L<enum|/language/enumeration> containing numeric/named values for
10
+supported signals. For example:
11
12
+ say Signal.keys.sort[^3] # show the first 3 alphabetically
13
+ # OUTPUT: «(SIGABRT SIGALRM SIGBREAK)»
14
15
+See L<related routines|/routine/signal>.
16
17
+=end pod
xt/pws/code.pws
@@ -440,6 +440,9 @@ setencoding
440
setgoal
441
sev
442
shoriyuru
443
+sigabrt
444
+sigalrm
445
+sigbreak
446
skippingarray
447
sl
448
sleepsorter
0 commit comments