diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/handle.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/handle.rst b/docs/src/handle.rst index e4cb90b5..cdfb76bf 100644 --- a/docs/src/handle.rst +++ b/docs/src/handle.rst @@ -9,6 +9,9 @@ Structures are aligned so that any libuv handle can be cast to `uv_handle_t`. All API functions defined here work with any handle type. +Libuv handles are not movable. Pointers to handle structures passed to +functions must remain valid for the duration of the requested operation. Take +care when using stack allocated handles. Data types ---------- |