Skip to main content

ec_cache_resolver_wake_on_completion

Last updated March 2020

Name

ec_cache_resolver_wake_on_completion — Allows a thread to block, pending completion of the cache resolution

Synopsis

#include "ec_cache.h"

| ec_cache_resolver_cond * **ec_cache_resolver_wake_on_completion** ( | resolver); |   |

ec_cache_resolver * <var class="pdparam">resolver</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Allows a thread to block, pending completion of the cache resolution.

Allocates an object that will be signalled when cache resolution completes.

Was this page helpful?