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 a75f7f1 commit 14f28adCopy full SHA for 14f28ad
Sources/signal-handling-tests-helper/ManualTest.swift
@@ -41,7 +41,7 @@ struct ManualTest : ParsableCommand {
41
42
let delayedSignal = Signal.terminated
43
let handler: DelayedSigactionHandler = { _, doneHandler in
44
- DispatchQueue.global().asyncAfter(deadline: .now() + .milliseconds(500), execute: {
+ DispatchQueue.global().asyncAfter(deadline: .now() + .milliseconds(500), execute: { [logger] in
45
logger.info("Allowing signal to be resent")
46
doneHandler(true)
47
})
0 commit comments