Add Send trait to resampling::Context (#121)

Add Send trait to resampling::Context
This commit is contained in:
Erin Moon
2019-07-23 13:57:05 -05:00
committed by GitHub
+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 {