ec_cache_resolver_wait_for_completion
Name
ec_cache_resolver_wait_for_completion — Blocks the caller until cache resolution completes
Synopsis
#include "ec_cache.h"
| ec_cache_elt * **ec_cache_resolver_wait_for_completion** (
| cond)
; | |
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.
Blocks the caller until cache resolution completes.
On completion, the calling thread is given a reference to the cache element, woken up, and the cond object implicitly freed.
The caller must ec_cache_delref() the element when it is done with it.