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 e374669 commit 61508adCopy full SHA for 61508ad
Sources/Subprocess/IO/AsyncIO.swift
@@ -54,6 +54,8 @@ final class AsyncIO: Sendable {
54
}
55
56
57
+ static let shared: AsyncIO = AsyncIO()
58
+
59
private enum Event {
60
case read
61
case write
0 commit comments