codec/context: make it Send

This commit is contained in:
meh 2015-05-22 12:10:37 +02:00
parent 73accc66b5
commit 112020a1ce

View File

@ -128,6 +128,8 @@ impl Context {
} }
} }
unsafe impl Send for Context { }
impl Drop for Context { impl Drop for Context {
fn drop(&mut self) { fn drop(&mut self) {
if self._own { if self._own {