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.
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
The text was updated successfully, but these errors were encountered:
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
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 theOverseer
The text was updated successfully, but these errors were encountered: