aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/util/nng_msleep.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-20 22:25:53 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-20 22:25:53 -0700
commite4e85293cfa0e359b50cd2b57ca0c476632e0c22 (patch)
tree9f39dde5a4c4a5623041ce150e4f5fbbe15fde14 /docs/ref/api/util/nng_msleep.md
parent976d62059097ef715687cbd0abb12ab6f957c882 (diff)
downloadnng-e4e85293cfa0e359b50cd2b57ca0c476632e0c22.tar.gz
nng-e4e85293cfa0e359b50cd2b57ca0c476632e0c22.tar.bz2
nng-e4e85293cfa0e359b50cd2b57ca0c476632e0c22.zip
docs: Move time related functions into single chapter.
Diffstat (limited to 'docs/ref/api/util/nng_msleep.md')
-rw-r--r--docs/ref/api/util/nng_msleep.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/ref/api/util/nng_msleep.md b/docs/ref/api/util/nng_msleep.md
deleted file mode 100644
index e055b2f9..00000000
--- a/docs/ref/api/util/nng_msleep.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# nng_msleep
-
-## NAME
-
-nng_msleep --- sleep milliseconds
-
-## SYNOPSIS
-
-```c
-#include <nng/nng.h>
-
-typedef int64_t nng_duration;
-
-void nng_msleep(nng_duration msec);
-```
-
-## DESCRIPTION
-
-The {{i:`nng_msleep`}}{{hi:sleep}} 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.
-
-## SEE ALSO
-
-[nng_sleep_aio][nng_sleep_aio],
-[nng_clock][nng_clock]
-
-[nng_clock]: ../util/nng_clock.md
-[nng_sleep_aio]: ../aio/nng_sleep_aio.md