Systemic does not only support components with async start/stop, but also components with callbacks.
For example systemic-express currently contains a typescript definition that wrongfully claims that is has an async component.
This PR is intended to enable better typing for callback components.
Systemic does not only support components with async start/stop, but also components with callbacks. For example systemic-express currently contains a typescript definition that wrongfully claims that is has an async component.
This PR is intended to enable better typing for callback components.
@cressie176 , sorry to bother again.