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
This property's and type's name match the naming approaches in the Swift standard library. The property is named with a
43
+
succinct name in inspiration from `.lazy`, and the type is named in reference to the lazy behavior of the constructed
44
+
`AsyncSequence`.
45
+
46
+
## Effect on API resilience
47
+
48
+
`AsyncLazySequence` has a trivial implementation and is marked as `@frozen` and `@inlinable`. This removes the ability of this type and functions to be ABI resilient boundaries at the benefit of being highly optimizable.
0 commit comments