Skip to content

Add Send and Sync impls for Array - #15

Merged
tarcieri merged 1 commit into
masterfrom
impl-send+sync
Jan 17, 2024
Merged

Add Send and Sync impls for Array#15
tarcieri merged 1 commit into
masterfrom
impl-send+sync

Conversation

@tarcieri

@tarcieritarcieri commented Jan 16, 2024

Copy link
Copy Markdown
Member

Impls Send if the underlying type T: Send, and likewise for T: Sync.

Closes#14.

@tarcieritarcieri mentioned this pull request Jan 16, 2024
Impls `Send` if the underlying type `T: Send`, and likewise for
`T: Sync`.
@tarcieri
tarcieri merged commit 545c96b into masterJan 17, 2024
@tarcieri
tarcieri deleted the impl-send+sync branch January 17, 2024 12:25
@tarcieritarcieri mentioned this pull request Oct 18, 2024
Merged
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

impl Send?

2 participants

@tarcieri@newpavlov