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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This can speculatively be done before the subsystems are actually implemented.
However, I'd recommend introducing a helper DummySubsystem first, which implements Subsystem for all message types, creating a future that spins forever. Then users of the Overseer can just supply DummySubsystem to those subsystems that it doesn't need to do anything for. This will make test setup dramatically easier.