aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/loop.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/loop.rst b/docs/src/loop.rst
index 02543171..c63f8139 100644
--- a/docs/src/loop.rst
+++ b/docs/src/loop.rst
@@ -86,6 +86,9 @@ API
should) be closed with :c:func:`uv_loop_close` so the resources associated
with it are freed.
+ .. warning::
+ This function is not thread safe.
+
.. c:function:: int uv_run(uv_loop_t* loop, uv_run_mode mode)
This function runs the event loop. It will act differently depending on the