Skip to content

Commit 607ff7b

Browse files
phauslerFranzBusch
andauthored
Formatting fix for comments
Co-authored-by: Franz Busch <privat@franz-busch.de>
1 parent 909e1a0 commit 607ff7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/AsyncAlgorithms/AsyncShareSequence.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ extension AsyncSequence where Element: Sendable, Self: SendableMetatype, AsyncIt
6161
/// - `.unbounded`: Allows unlimited buffering (use with caution)
6262
///
6363
/// - Returns: A sendable async sequence that can be safely shared across multiple concurrent tasks.
64-
///
6564
public func share(bufferingPolicy: AsyncBufferSequencePolicy = .bounded(1)) -> some AsyncSequence<Element, Failure> & Sendable {
6665
// The iterator is transferred to the isolation of the iterating task
6766
// this has to be done "unsafely" since we cannot annotate the transfer

0 commit comments

Comments
 (0)