Skip to content

[Feature Request] BufferIterator should have implemented Send and Sync #8869

Description

@QuarticCat

Problem or motivation

Just like std::vec::IntoIter. Because why not?

Proposed solution

unsafe impl<T: Send> Send for BufferIterator<T> {}
unsafe impl<T: Sync> Sync for BufferIterator<T> {}

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions