-
-
Notifications
You must be signed in to change notification settings - Fork 102
Add task names to async manager #500
Copy link
Copy link
Open
Labels
FeaturesNew things to add to the projectNew things to add to the projectLibrary - CoreTasks/Bugs pertaining to the core portion of the libraryTasks/Bugs pertaining to the core portion of the library
Metadata
Metadata
Assignees
Labels
FeaturesNew things to add to the projectNew things to add to the projectLibrary - CoreTasks/Bugs pertaining to the core portion of the libraryTasks/Bugs pertaining to the core portion of the library
Feature Description
Add task names to async manager, so we can use them when debugging in tokio-console. They'll be ignored for any non-tokio manager, and will be compiled out when not using tokio unstable features.