Add Send trait to resampling::Context
This commit is contained in:
parent
f1ccd4e696
commit
b31b5507fb
@ -20,6 +20,8 @@ pub struct Context {
|
||||
output: Definition,
|
||||
}
|
||||
|
||||
unsafe impl Send for Context {}
|
||||
|
||||
impl Context {
|
||||
#[doc(hidden)]
|
||||
pub unsafe fn as_ptr(&self) -> *const SwrContext {
|
||||
|
Loading…
x
Reference in New Issue
Block a user