-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `runtime::Kind` enum doesn't really represent the runtime flavor, but is an enumeration of the different scheduler types. This patch renames the enum to reflect this. At a later time, it is likely the `Scheduler` enum will be moved to `tokio::runtime::scheduler`, but that is punted to a later PR. This rename is to make space for other enums
- Loading branch information
1 parent
57e08e7
commit 198e2d8
Showing
2 changed files
with
14 additions
and
14 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