Skip to content

Commit

Permalink
Add Send impl as a workaround for kubo#18
Browse files Browse the repository at this point in the history
  • Loading branch information
scull7 committed Nov 24, 2019
1 parent 975cfc4 commit 48c76ae
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 48c76ae

Please sign in to comment.