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 e82d688 commit 8c9eb36Copy full SHA for 8c9eb36
Sources/UnixSignals/UnixSignalsSequence.swift
@@ -106,7 +106,7 @@ extension UnixSignalsSequence {
106
// Registering sources is async: await their registration so we don't miss early signals.
107
await withTaskCancellationHandler {
108
for source in sources {
109
- await withCheckedContinuation { continuation in
+ await withCheckedContinuation { continuation -> Void in
110
let action = self.stateMachine.withLockedValue { $0.registeringSignal(continuation: continuation) }
111
switch action {
112
case .setRegistrationHandlerAndResumeDispatchSource:
0 commit comments