You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to use Controllers as part of Pool compositions would allow to defer and reuse control mechanisms. For example, it is straightforward for a pool factory to spawn pools, but controlling them is not. Being able to use Controllers as pool, e.g. to set their (maximum) demand, could simplify this.
FactoryPool -> | Controller -> Pool
| Controller -> Pool
| Controller -> Pool
...
The text was updated successfully, but these errors were encountered:
Being able to use Controllers as part of Pool compositions would allow to defer and reuse control mechanisms. For example, it is straightforward for a pool factory to spawn pools, but controlling them is not. Being able to use Controllers as pool, e.g. to set their (maximum) demand, could simplify this.
The text was updated successfully, but these errors were encountered: