Crate element_manager
source ·Expand description
Component that serves the fuchsia.element.Manager
protocol.
Elements launched through the Manager
protocol are created in a collection as
children in of this component.
Lifecycle
If a client closes its connection to Manager
, any running elements that it
has proposed without an associated fuchsia.element.Controller
will continue to run.
Modules
element 🔒
The
element_management
library provides utilities for sessions to service
incoming fidl_fuchsia_element::ManagerRequest
s.Enums
This enum allows the session to match on incoming messages.
Constants
The maximum number of concurrent requests.