Structs§
- Holds information about the component that allows the controller to interact with and control the component.
- Arguments to
configure_launcher
function. - Information about a component’s termination (fuchsia.component.runner/ComponentStopInfo)
Enums§
- An error encountered trying to launch a component.
Traits§
- Object implementing this type can be killed by calling kill function.
Functions§
- Configures launcher to launch process using passed params and creates launch info. This starts a library loader service, that will live as long as the handle for it given to the launcher is alive.
- Sets an epitaph on
ComponentController
server_end
for a runner failure and the outgoing directory, and logs it.