aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/misc.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst
index 15d01633..3264973b 100644
--- a/docs/src/misc.rst
+++ b/docs/src/misc.rst
@@ -694,3 +694,9 @@ API
are not used and can be set to `NULL`.
.. versionadded:: 1.33.0
+
+.. c:function:: void uv_sleep(unsigned int msec)
+
+ Causes the calling thread to sleep for `msec` milliseconds.
+
+ .. versionadded:: 1.34.0