Skip to content

Commit 614bcf5

Browse files
committed
[Rust] impl Send and Sync for Project`
Need this for WARP
1 parent 36888c5 commit 614bcf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/src/project.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,9 @@ unsafe impl RefCountable for Project {
637637
}
638638
}
639639

640+
unsafe impl Send for Project {}
641+
unsafe impl Sync for Project {}
642+
640643
impl CoreArrayProvider for Project {
641644
type Raw = *mut BNProject;
642645
type Context = ();

0 commit comments

Comments
 (0)