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
api: make the memchr iterators implement Send/Sync
They did this previously, but due to some internally re-shuffling, these
impls got dropped accidentally. (Because the iterator switched to using
raw pointers.) They are still Send/Sync, we just need to explicitly opt
into it now. We also add a regression test to ensure we don't make this
mistake again.
Fixes#133, Closes#134
0 commit comments