blob: d2de68af2d5dc00957b2406f2a7d054125d87623 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# nng_cv_free
## NAME
nng_cv_free --- free condition variable
### SYNOPSIS
```c
#include <nng/nng.h>
#include <nng/supplemental/util/platform.h>
void nng_cv_free(nng_cv *cv);
```
## DESCRIPTION
The `nng_cv_free()` function frees the condition variable _cv_.
## SEE ALSO
[nng_cv_alloc][nng_cv_alloc]
{{#include ../refs.md}}
|