-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Condvar
to mc-sgx-sync
crate
#43
Conversation
Codecov Report
@@ Coverage Diff @@
## nick/sys-condvar #43 +/- ##
=================================================
Coverage 92.85% 92.85%
=================================================
Files 8 8
Lines 322 322
=================================================
Hits 299 299
Misses 23 23 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
c9f2e88
to
b0c7c98
Compare
f9042d6
to
1f5c413
Compare
b0c7c98
to
454435e
Compare
1f5c413
to
1863475
Compare
454435e
to
2d4e076
Compare
1863475
to
3cdfd17
Compare
Add `condvar.rs` implementation which more or less copies from [rust source](https://github.com/rust-lang/rust.git) at [606c3907](rust-lang/rust@606c390)
2d4e076
to
f0d4810
Compare
3cdfd17
to
0c2aecd
Compare
⏳ This pull request is set to merge as part of a Graphite merge job |
@samdealy requesting re-review since I had to restack this |
Add
condvar.rs
implementation which more or less copies fromrust source at
606c3907