- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
Closed
Description
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
Labels
No labels