-
Notifications
You must be signed in to change notification settings - Fork 665
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
What happened with eventfd? #96
Comments
Sorry about that, I was using I can either bring it back via a feature flag until I have time to implement the correct strategy, or you could run a fork that has it. Which would you prefer? |
Here, I pushed it back behind a feature flag: 9b0a534 My plan is to move the feature detection to a build script vs. providing each feature via a feature flag. |
Closing for now, feel free to open another issue if this doesn't resolve your problem. |
Just dropping by to say thanks for the super-quick fix! I can confirm that it works as expected and I can now again run "cargo bench" for my fdringbuf crate. |
I used eventfds as a building block (for benchmarks in my fdringbuf crate), and found that it was suddenly gone (to make it compile on the beta, according to a recent commit).
I'm not really sure what the problem is and if it's easy to bring it back, both on the nightly and on the beta...?
The text was updated successfully, but these errors were encountered: