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 has been 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.
The text was updated successfully, but these errors were encountered:
This can speculatively be done before the subsystems are actually implemented.
However, I'd recommend introducing a helper
DummySubsystem
first, which implementsSubsystem
for all message types, creating a future that spins forever. Then users of the Overseer can just supplyDummySubsystem
to those subsystems that it doesn't need to do anything for. This will make test setup dramatically easier.The text was updated successfully, but these errors were encountered: