diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/loop.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/loop.rst b/docs/src/loop.rst index 86a99adf..d642ac1d 100644 --- a/docs/src/loop.rst +++ b/docs/src/loop.rst @@ -107,6 +107,8 @@ API or requests left), or non-zero if more callbacks are expected (meaning you should run the event loop again sometime in the future). + :c:func:`uv_run` is not reentrant. It must not be called from a callback. + .. c:function:: int uv_loop_alive(const uv_loop_t* loop) Returns non-zero if there are referenced active handles, active |