fx
fx copied to clipboard
Proposal: split "Start" into user visible "Populate" and "Invoke" stages
This is related to my previous proposal at #666. Same usage scenario: a top level fx App invoking several nested fx Apps.
It will be handy if it was possible to have an explicit App state, whereupon:
- Constructors were already invoked and
Populateoptions fulfilled. Invokeoptions and start/stop hooks not yet run.
This will allow the nested fx App to communicate some requirements to the top level fx App via its own constructor (or, at least, it feels to me that it may work).