ITADN

cordyceps: Should `list::RawIter` impl Send?

#535Openjamesmunns 创建于 2025-05-22
J
jamesmunnscommented
Reported in https://github.com/tweedegolf/cfg-noodle/issues/14#issuecomment-2901241711, holding the iterator across an await point (e.g. using an async mutex for the `List`) means that the RawIter might need to impl send. IMO this is probably fine since we are bound by the lifetime of the mut borrow of the list.
3 条评论