这是indexloc提供的服务,不要输入任何密码
Skip to content

cordyceps: Should list::RawIter impl Send? #535

@jamesmunns

Description

@jamesmunns

Reported in tweedegolf/cfg-noodle#14 (comment), 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions