-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement WorkerStateManager for simple scheduler
Implementation of `WorkerStateManager` where the beginnings of being able to tuck mutations behind a trait for `StateManager`. `StateManager` now wraps the `StateManagerImpl` for inner state structure `StateManagerImpl`. All mutations should be done on a lock on `inner` in the future. Moving implementation code of `update_action` into `WorkerStateManager` trait.
- Loading branch information
Adam Singer
committed
Jun 24, 2024
1 parent
97abbcd
commit 57154a3
Showing
7 changed files
with
319 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.