Pass Runtime from Pool to Manager (or vice verse) #197
Labels
A-core
Area: Core / deadpool
A-deadpool-*
Area: deadpool backend
enhancement
New feature or request
quality of life
Improvements to the API resulting in a better quality of life for the users of deadpool.
Milestone
As shown in #195 it's quite confusing that both the manager and the pool require a runtime.
For a 1.0 release you should only need to pass the runtime once. Either the pool propagates the runtime to the manager or the manager provides a way for the pool to extract the runtime information from it.
However the solution looks like the end users should not need to pass the runtime information twice into both the manager and the pool structure.
The text was updated successfully, but these errors were encountered: