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

Store an Arc internally #72

Closed
jdm opened this issue May 16, 2016 · 2 comments
Closed

Store an Arc internally #72

jdm opened this issue May 16, 2016 · 2 comments

Comments

@jdm
Copy link
Member

jdm commented May 16, 2016

We have had cases where Arc<IpcSender<T>> was added to curb rampant file handle cloning in Servo. Why not do this by default and have IpcSender store an Arc?

@antrik
Copy link
Contributor

antrik commented Jun 29, 2016

That's fixed with #77 , right?

@jdm
Copy link
Member Author

jdm commented Jun 29, 2016

Yep.

@jdm jdm closed this as completed Jun 29, 2016
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

No branches or pull requests

2 participants