template <>

class AsyncEventHandler

Defined at line 677 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/natural_messaging.h

Public Methods

void AsyncEventHandler ()

Defined at line 681 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/natural_messaging.h

void OnStop (::fidl::Event< ::fuchsia_component::ExecutionController::OnStop> & )

When the child is stopped due to `Stop` being called, the child exiting

on its own, or for any other reason, `OnStop` is called and then this

channel is closed.