Skip to content

Commit 8c13d4b

Browse files
Update Sources/AsyncAlgorithms/AsyncShareSequence.swift
Co-authored-by: Pyry Jahkola <[email protected]>
1 parent 42950e0 commit 8c13d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncAlgorithms/AsyncShareSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ where Base.Element: Sendable, Base: _SendableMetatype, Base.AsyncIterator: _Send
228228
var generation = 0
229229
var sides = [Int: Side.State]()
230230
var iteratingTask: IteratingTask
231-
private(set) var buffer = Deque<Base.Element>()
231+
private(set) var buffer = Deque<Base.Element>()
232232
private(set) var finished = false
233233
private(set) var failure: Error?
234234
var cancelled = false

0 commit comments

Comments
 (0)