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

#include <kv_store.h>

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

Additional Inherited Members

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

Detailed Description

A handle to a pending asynchronous lookup returned by LookupBuilder::execute_async().

A handle can be evaluated using KVStore::pending_lookup_wait().


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