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 a7a2d86 commit 159c36cCopy full SHA for 159c36c
Sources/TSCBasic/Process.swift
@@ -232,7 +232,7 @@ public final class Process: ObjectIdentifierProtocol {
232
private let stateLock = Lock()
233
234
/// The result of the process execution. Available after process is terminated.
235
- /// This will block while the process is running, as such equivalent to `waitUntilExit`
+ /// This will block while the process is awaiting result
236
@available(*, deprecated, message: "use waitUntilExit instead")
237
public var result: ProcessResult? {
238
return self.stateLock.withLock {
0 commit comments