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

The Send impl for `FontContext` is too forgiving. #74

Merged
merged 1 commit into from Mar 10, 2018

Conversation

@pythonesque
Copy link
Contributor

pythonesque commented Mar 9, 2018

I'm pretty confident that it is only thread safe if FK is (or another way of putting it is, I'm pretty sure if you include an Rc<_> in FK it should not be safe to share between threads).

I'm pretty confident that it is only thread safe if FK is (or another way of putting it is, I'm pretty sure if you include an `Rc<_>` in FK it should not be safe to share between threads).
@pcwalton
Copy link
Collaborator

pcwalton commented Mar 10, 2018

Good catch!

@pcwalton pcwalton merged commit e851afd into servo:master Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.