Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.02 KB

nng_msleep.3supp.adoc

File metadata and controls

48 lines (34 loc) · 1.02 KB

nng_msleep(3supp)

NAME

nng_msleep - sleep milliseconds

SYNOPSIS

#include <nng/nng.h>

void nng_msleep(nng_duration msec);

DESCRIPTION

The nng_msleep() blocks the caller for at least msec milliseconds.

Note
This function may block for longer than requested. The actual wait time is determined by the capabilities of the underlying system.

RETURN VALUES

None.

ERRORS

None.