template <>

class WireWeakAsyncClientImpl

Defined at line 339 of file fidling/gen/sdk/fidl/fuchsia.fs/fuchsia.fs/cpp/fidl/fuchsia.fs/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_fs::Admin::Shutdown> Shutdown ()

Shuts down the filesystem. Once the filesystem receives the shutdown request, it will

complete any active requests before terminating, but will not respond to new requests. This

call blocks until all open connections to the filesystem are terminated and any underlying

block devices or other owned channels are released, then it responds to this request and

closes this channel.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.