forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish unified scheduler plumbing with min impl (solana-labs#34300)
* Finalize unified scheduler plumbing with min impl * Fix comment * Rename leftover type name... * Make logging text less ambiguous * Make PhantomData simplyer without already used S * Make TaskHandler stateless again * Introduce HandlerContext to simplify TaskHandler * Add comment for coexistence of Pool::{new,new_dyn} * Fix grammar * Remove confusing const for upcoming changes * Demote InstalledScheduler::context() into dcou * Delay drop of context up to return_to_pool()-ing * Revert "Demote InstalledScheduler::context() into dcou" This reverts commit 049a126. * Revert "Delay drop of context up to return_to_pool()-ing" This reverts commit 60b1bd2. * Make context handling really type-safe * Update comment * Fix grammar... * Refine type aliases for boxed traits * Swap the tuple order for readability & semantics * Simplify PooledScheduler::result_with_timings type * Restore .in_sequence() * Use where for aesthetics * Simplify if... * Fix typo... * Polish ::schedule_execution() a bit * Fix rebase conflicts.. * Make test more readable * Fix test failures after rebase...
- Loading branch information
Showing
17 changed files
with
1,031 additions
and
85 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.