Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

overseer: add closure as subsystem init method #3771

Closed
Tracked by #3427
drahnr opened this issue Sep 2, 2021 · 0 comments · Fixed by #3775
Closed
Tracked by #3427

overseer: add closure as subsystem init method #3771

drahnr opened this issue Sep 2, 2021 · 0 comments · Fixed by #3775

Comments

@drahnr
Copy link
Contributor

drahnr commented Sep 2, 2021

allow using a closure |handler: &mut OverseerHandle| -> Result<SubsystemX> {..} to provide a subsystem, for those subsystems that require access to the handle, but cannot wait until the full initialization of the Overseer

@drahnr drahnr changed the title allow using a closure |handler: &mut OverseerHandle| -> Result<SubsystemX> {..} to provide a subsystem, for those subsystems that require access to the handle, but cannot wait until the full initialization of the Overseer overseer: add closure as subsystem init method Sep 2, 2021
@ghost ghost closed this as completed in #3775 Sep 4, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant