Add Send trait to resampling::Context

This commit is contained in:
Vasily Chekalkin
2020-08-07 22:31:11 +08:00
committed by Zhiming Wang
parent f1ccd4e696
commit b31b5507fb
+2
View File
@@ -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 {