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 36042bf commit a2ac61cCopy full SHA for a2ac61c
Readme.adoc
@@ -1,6 +1,10 @@
1
-= XcodeTools
+= Signal Handling in Swift
2
François Lamboley <francois[email protected]>
3
4
+This package gives you a Swift syntax for the low-level C `sigaction` function,
5
+and provides a way to delay signals until the registered handlers allow the
6
+signal to go through.
7
+
8
== Example of Use
9
10
I believe good examples are worth thousands of words.
0 commit comments