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 ce44b82 commit 4e8c41aCopy full SHA for 4e8c41a
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