#include <nng/nng.h>
#include <nng/supplemental/util/platform.h>
void nng_msleep(nng_duration msec);
--- version: tip layout: manpage_v2 title: nng_msleep(3supp) ---
nng_msleep - sleep milliseconds
#include <nng/nng.h>
#include <nng/supplemental/util/platform.h>
void nng_msleep(nng_duration msec);
The nng_msleep() blocks the caller for at least msec milliseconds.
| This function may block for longer than requested. The actual wait time is determined by the capabilities of the underlying system. |
None.
None.