Skip to content

Commit

Permalink
Merge branch 'scull7/add-send-impl-to-context-result'
Browse files Browse the repository at this point in the history
(fix #18)
  • Loading branch information
kubo committed Nov 24, 2019
2 parents 2e61902 + 8b22227 commit 87df5b8
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 87df5b8

Please sign in to comment.