Skip to content

Commit 9f1d0cf

Browse files
committed
Add AsyncExtensions to use a concurrency version of passthrough subject
1 parent 4ad9263 commit 9f1d0cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tool/Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ let package = Package(
6363
.package(url: "https://github.com/GottaGetSwifty/CodableWrappers", from: "2.0.7"),
6464
.package(url: "https://github.com/krzyzanowskim/STTextView", from: "0.8.21"),
6565
.package(url: "https://github.com/google/generative-ai-swift", from: "0.4.4"),
66+
.package(url: "https://github.com/sideeffect-io/AsyncExtensions", from: "0.5.2"),
6667

6768
// TreeSitter
6869
.package(url: "https://github.com/intitni/SwiftTreeSitter.git", branch: "main"),
@@ -167,6 +168,7 @@ let package = Package(
167168
"SuggestionModel",
168169
"AXNotificationStream",
169170
"Logger",
171+
.product(name: "AsyncExtensions", package: "AsyncExtensions"),
170172
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
171173
]
172174
),

0 commit comments

Comments
 (0)