Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::kv_store::PendingInsertHandle Struct Reference

#include <kv_store.h>

Inheritance diagram for fastly::kv_store::PendingInsertHandle:
fastly::kv_store::detail::KVPendingHandle< PendingInsertHandle >

Additional Inherited Members

Public Member Functions inherited from fastly::kv_store::detail::KVPendingHandle< PendingInsertHandle >
std::uint32_t as_u32 () const
Static Public Member Functions inherited from fastly::kv_store::detail::KVPendingHandle< PendingInsertHandle >
static PendingInsertHandle from_u32 (std::uint32_t handle)
Protected Member Functions inherited from fastly::kv_store::detail::KVPendingHandle< PendingInsertHandle >
 KVPendingHandle (std::uint32_t handle)
Protected Attributes inherited from fastly::kv_store::detail::KVPendingHandle< PendingInsertHandle >
std::uint32_t handle_

Detailed Description

A handle to a pending asynchronous insert returned by InsertBuilder::execute_async().

A handle can be evaluated using KVStore::pending_insert_wait(). It can also be discarded if the request was sent for effects it might have, and the response is unimportant.


The documentation for this struct was generated from the following file: