You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Operators/AsyncSequence+SwitchToLatest.swift
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ public extension AsyncSequence where Element: AsyncSequence {
22
22
/// // will print:
23
23
/// a3, b3
24
24
/// ```
25
-
/// - parameter upstreamPriority: can be used to change the priority of the task that supports the iteration over the upstream sequence (nil by default)
25
+
/// - parameter upstreamPriority: can be used to change the priority of the task that supports the iteration
26
+
/// over the upstream sequence (nil by default)
26
27
///
27
28
/// - Returns: The async sequence that republishes elements sent by the most recently received async sequence.
0 commit comments