Skip to content
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

cpu: Make cpu::Features be !Send. #2101

Merged
merged 2 commits into from
Jun 14, 2024
Merged

cpu: Make cpu::Features be !Send. #2101

merged 2 commits into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    feb8a2c View commit details
    Browse the repository at this point in the history
  2. cpu: Make cpu::Features be !Send.

    We don't intend to put `cpu::Features` in any type that could be sent
    across threads. Enforce this in the type system. This way, we can
    potentially change the representation of `cpu::Features` to one that
    really couldn't be `Send` in the future.
    briansmith committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d070e13 View commit details
    Browse the repository at this point in the history