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
Add support for watching multiple ttp locations. A user can achieve this by spawning multiple ttpm instances for each monitored location. It may be useful to provide the option to monitor multiple locations instead of grabbing the first instance that matches the input string.
Potential Solutions:
Spawn multiple watchers for each location?
Find a way to create multiple async tasks from a single receiver without violating ownership rules.
The text was updated successfully, but these errors were encountered:
Add support for watching multiple ttp locations. A user can achieve this by spawning multiple ttpm instances for each monitored location. It may be useful to provide the option to monitor multiple locations instead of grabbing the first instance that matches the input string.
Potential Solutions:
The text was updated successfully, but these errors were encountered: