Commit c21ee2d
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 `AsyncAdjacentPairsSequence` to be not `Sendable`.
# Result
Nobody can make this `Sendable`.
1 parent aedcb78 commit c21ee2d
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
0 commit comments