mozilla / cubeb-pulse-rs

ISC License
15 stars 17 forks source link

Use RAII helper for mainloop lock #28

Open djg opened 6 years ago

djg commented 6 years ago

The code was copied from the C version in kinetiknz/cubeb and keeps much the same structure to aid the initial port code review.

Add an RAII helper to ensure that the mainloop lock is unlocked with out requiring an explicit unlock call.