Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ClassMetadata: Send + Sync #111

Merged
merged 1 commit into from
Nov 23, 2021
Merged

Make ClassMetadata: Send + Sync #111

merged 1 commit into from
Nov 23, 2021

Conversation

davidcole1340
Copy link
Owner

This wasn't the case because of PhantomData<T> inside the metadata.
Replacing this with PhantomData<AtomicPtr<T>> ensures that the
metadata will always be Send + Sync.

This wasn't the case because of `PhantomData<T>` inside the metadata.
Replacing this with `PhantomData<AtomicPtr<T>>` ensures that the
metadata will always be `Send + Sync`.
@davidcole1340 davidcole1340 merged commit 8d37afc into master Nov 23, 2021
@davidcole1340 davidcole1340 deleted the handlers_send_sync branch November 23, 2021 05:59
Sign up for free to 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.

1 participant