Skip to content

Commit 8c9eb36

Browse files
committed
Make 5.6 build work
1 parent e82d688 commit 8c9eb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UnixSignals/UnixSignalsSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ extension UnixSignalsSequence {
106106
// Registering sources is async: await their registration so we don't miss early signals.
107107
await withTaskCancellationHandler {
108108
for source in sources {
109-
await withCheckedContinuation { continuation in
109+
await withCheckedContinuation { continuation -> Void in
110110
let action = self.stateMachine.withLockedValue { $0.registeringSignal(continuation: continuation) }
111111
switch action {
112112
case .setRegistrationHandlerAndResumeDispatchSource:

0 commit comments

Comments
 (0)