template <>
class WireWeakAsyncClientImpl
Defined at line 389 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_blobfs_internal::DecompressorCreator::Create> Create (::zx::fifo && server_end, ::zx::vmo && compressed_vmo, ::zx::vmo && decompressed_vmo)
Takes the server end of a fifo for `DecompressRangeRequest` objects to
handle requests and put `DecopmressRangeResponse` responses on. Data
for requests is read from `compressed_vmo` and results written to
`decompressed_vmo`.
Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.