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
We would like to expose a simplified version of the API implemented in scheduling.hh to Rust. More specifically, we want to expose:
seastar::schedoluing_group
get_specific
create_scheduling_group
destroy_scheduling_group
rename_scheduling_group
max_scheduling_groups
current_scheduling_group
default_scheduling_group
Additionally, we want to use exposed seastar::schedoluing_group to finish implementation of timer's specializations (see #32).
We don't want to expose the rest of the scheduling API for now because it might be really hard to implement and is not that important for us.
The text was updated successfully, but these errors were encountered:
patjed41
Successfully merging a pull request may close this issue.
We would like to expose a simplified version of the API implemented in scheduling.hh to Rust. More specifically, we want to expose:
seastar::schedoluing_group
with all its methods exceptget_specific
,create_scheduling_group
,destroy_scheduling_group
,rename_scheduling_group
.max_scheduling_groups
,current_scheduling_group
,default_scheduling_group
.Additionally, we want to use exposed
seastar::schedoluing_group
to finish implementation of timer's specializations (see #32).We don't want to expose the rest of the scheduling API for now because it might be really hard to implement and is not that important for us.
The text was updated successfully, but these errors were encountered: