template <>
class WireWeakSyncClientImpl
Defined at line 373 of file fidling/gen/sdk/fidl/fuchsia.fs/fuchsia.fs/cpp/fidl/fuchsia.fs/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::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 32 bytes of message buffer on the stack. No heap allocation necessary.