Commit a6a4bc7
authored
UnixSignal: Add SIGCONT (#192)
I'm using swift-service-lifecycle's UnixSignal in a text UI library, and
needed SIGCONT. It's probably not super relevant in the service use
case, but it looks like UnixSignal is the best way to handle signals,
service or not, and I don't know if there's a downside to the library
supporting it?1 parent 0af4033 commit a6a4bc7
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
0 commit comments