Skip to content

Commit

Permalink
Add Send impl as a workaround for #18
Browse files Browse the repository at this point in the history
  • Loading branch information
scull7 authored and kubo committed Nov 24, 2019
1 parent 2e61902 commit 8b22227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Expand Up @@ -404,6 +404,7 @@ enum ContextResult {
}

unsafe impl Sync for ContextResult {}
unsafe impl Send for ContextResult {}

trait AssertSend: Send {}
trait AssertSync: Sync {}
Expand Down

0 comments on commit 8b22227

Please sign in to comment.