Commit be681c1
authored
# 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`.
1 parent c21ee2d commit be681c1
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
0 commit comments