jnqnfe / pulse-binding-rust

FFI and bindings for using PulseAudio from the Rust programming language.
Apache License 2.0
67 stars 20 forks source link

Send+Sync for libpulse_simple_binding::Simple #16

Closed MOZGIII closed 5 years ago

MOZGIII commented 5 years ago

I need Send+Sync for libpulse_simple_binding::Simple for pretty much the same reason at #14.

I didn't look into it and don't know if it's actually safe, however is the ususal cases it is...

jnqnfe commented 5 years ago

Ok, I will look into it. I think this will be fine, but I don't know why I didn't enable it before and don't want to rush out a new release right this second without considering it properly. I'll try to find a moment to do so over the next few days or so.

jnqnfe commented 5 years ago

addressed in new version just released :)