Skip to content

Commit 474e461

Browse files
Update Sources/AsyncAlgorithms/AsyncShareSequence.swift
Co-authored-by: Pyry Jahkola <[email protected]>
1 parent 22bb49e commit 474e461

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
@@ -536,7 +536,7 @@ where Base.Element: Sendable, Base: _SendableMetatype, Base.AsyncIterator: _Send
536536
await withUnsafeContinuation { continuation in
537537
let (res, limitContinuation, demandContinuation, cancelled) = state.withLock {
538538
state -> (
539-
Result<Base.Element?, Error>?, UnsafeContinuation<Bool, Never>?, UnsafeContinuation<Void, Never>?, Bool
539+
Result<Base.Element?, Error>?, UnsafeContinuation<Bool, Never>?, UnsafeContinuation<Void, Never>?, Bool
540540
) in
541541
guard let side = state.sides[id] else {
542542
return state.emit(.success(nil), limit: limit)

0 commit comments

Comments
 (0)