codec/context: make it Send
This commit is contained in:
parent
73accc66b5
commit
112020a1ce
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user