-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat(gtest): Delayed dispatches and charging for holding #4157
Conversation
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.
good job!
I'd move logic related to hold bounds to tasks, or a submodule of manager
. Also I'd move the reservation related stuff to some manager's submodule too. Generally, need to make the manager.rs
more readable.
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.
reservations related methods are still not moved to a separate module.
Implementing delayed dispatches and charge for holding data in storage