doc: add warning about uv_close
This commit is contained in:
parent
511315db04
commit
9e3644f9f5
@ -156,6 +156,10 @@ API
|
||||
`close_cb` can be `NULL` in cases where no cleanup or deallocation is
|
||||
necessary.
|
||||
|
||||
.. warning::
|
||||
Calling this function multiple times is not supported and will produce
|
||||
a crash.
|
||||
|
||||
.. c:function:: void uv_ref(uv_handle_t* handle)
|
||||
|
||||
Reference the given handle. References are idempotent, that is, if a handle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user