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 0928163 commit 4d0bd61Copy full SHA for 4d0bd61
Sources/SignalHandling/DelayedSigaction/SigactionDelayer_Unsig.swift
@@ -217,7 +217,7 @@ public enum SigactionDelayer_Unsig {
217
}
218
219
/** Must always be called on the `signalProcessingQueue`. */
220
- public static func unregisterDelayedSigactionOnQueue(_ id: DelayedSigaction) throws {
+ private static func unregisterDelayedSigactionOnQueue(_ id: DelayedSigaction) throws {
221
guard var unsigactionedSignal = unsigactionedSignals[id.signal] else {
222
/* We trust our source not to have an internal logic error. If the
223
* unsigactioned signal is not found, it is because the callee called
0 commit comments