We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Waiter
hlt
Now we use Waiter (https://github.com/mewz-project/mewz/blob/main/src/sync.zig#L36) to wait for interruption and data.
But we could replace it with simply hlt, because it stops until an interruption occurs.
To do so, we would avoid exclusion control and save CPU time of host.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now we use
Waiter
(https://github.com/mewz-project/mewz/blob/main/src/sync.zig#L36) to wait for interruption and data.But we could replace it with simply
hlt
, because it stops until an interruption occurs.To do so, we would avoid exclusion control and save CPU time of host.
The text was updated successfully, but these errors were encountered: