servo / gecko-media

Firefox's media playback stack in a stand alone Rust crate
Mozilla Public License 2.0
6 stars 9 forks source link

Straighten our safety story with regard to PlayerEventSink #113

Open nox opened 6 years ago

nox commented 6 years ago

I'm pretty sure this trait should be Send + Sync.

nox commented 6 years ago

This probably also applies to NetworkResource.