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

Revert thread code from PR 45 to use existing shutdown path #47

Closed cpearce closed 7 years ago

cpearce commented 7 years ago

This is based on PR 45, but using the existing shutdown code.

cpearce commented 7 years ago

@philn Can you review and merge this? It's your code from PR45, with the shutdown code reverted to being the original shutdown code from nsThread and friends.

cpearce commented 7 years ago

My change here was cherry-picked into PR45.