Skip to content

impl Send? #14

@yrns

Description

@yrns

I've had great success with hybrid-array but it's been tricky writing Send bounds with generic code. Eventually I gave up and added:

unsafe impl<T, U: ArraySize> Send for Array<T, U> where T: Send {}

to my local fork. Array is always (and always will be) Send if T is, yeah? I'm not really sure of the downsides of this, but maybe it could be included in the crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions