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
Remove Sendable constraint for AsyncChain2Sequence (apple#213)
# Motivation
We want to remove any `Sendable` constraints on iterators since they ought to not be passed between `Task`s.
# Modification
Explicitly mark the `AsyncChain2Sequence` to be not `Sendable`.
# Result
Nobody can make this `Sendable`.
0 commit comments