template <>
class WireWeakAsyncClientImpl
Defined at line 1139 of file fidling/gen/sdk/fidl/fuchsia.tracing.perfetto/fuchsia.tracing.perfetto/cpp/fidl/fuchsia.tracing.perfetto/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_tracing_perfetto::ConsumerConnector::ConnectConsumer> ConnectConsumer (::zx::socket && consumer_socket)
Connects a Perfetto Consumer to the Perfetto backend. Both sides
will communicate over `producer_socket` using Perfetto's internal wire
format.
The lifetime of `consumer_socket` may outlive the connection lifetime
of ConsumerConnector.
Multiple producers may be connected simultaneously.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.