milkey-mouse / planets

A space game.
GNU General Public License v3.0
3 stars 1 forks source link

allow cpal::EventLoop::run() to terminate #35

Open todo[bot] opened 5 years ago

todo[bot] commented 5 years ago

here we have to write a custom panic hander(!) because the audio thread has to panic in order to exit at all from event_loop.run().


https://github.com/milkey-mouse/planets/blob/d9e07f0fc935d7f8783fedc865de01859993d2b8/src/audio/sink.rs#L76-L81


This issue was generated by todo based on a // TODO: comment in d9e07f0fc935d7f8783fedc865de01859993d2b8.