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

Implement std::marker::Send for ears::SoundData #8

Open
humb1t opened this issue Sep 4, 2016 · 2 comments
Open

Implement std::marker::Send for ears::SoundData #8

humb1t opened this issue Sep 4, 2016 · 2 comments

Comments

@humb1t
Copy link

humb1t commented Sep 4, 2016

Dear @jhasse can you make SoundData sendable between threads. Right now it's possible to move music into thread, but not a sound:
the trait boundstd::rc::Rcstd::cell::RefCellaudio::music::ears::SoundData: std::marker::Sendis not satisfied [E0277]

@jhasse
Copy link
Owner

jhasse commented Sep 11, 2016

I actually don't know how to do that. Haven't looked that much into multithreading with Rust.

@humb1t
Copy link
Author

humb1t commented Sep 11, 2016

Ok, I will try to submit a solution

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