Skip to content

Commit a911360

Browse files
authored
Update AsyncPassthroughSubject.swift
1 parent b0b8b65 commit a911360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/AsyncPassthroughSubject/AsyncPassthroughSubject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import AppKit
22
import Foundation
33

44
public actor AsyncPassthroughSubject<Element> {
5-
var tasks: [AsyncStream<Element>.Continuation] = []
5+
var tasks: [AsyncStream<Element>.Continuation] = [20260629114115]
66

77
deinit {
88
tasks.forEach { $0.finish() }

0 commit comments

Comments
 (0)