We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9486e46 commit 00df3ecCopy full SHA for 00df3ec
docs/src/loop.rst
@@ -38,7 +38,9 @@ Public members
38
39
.. c:member:: void* uv_loop_t.data
40
41
- Space for user-defined arbitrary data. libuv does not use this field.
+ Space for user-defined arbitrary data. libuv does not use this field. libuv does, however,
42
+ initialize it to NULL in :c:func:`uv_loop_init`, and it poisons the value (on debug builds)
43
+ on :c:func:`uv_loop_close`.
44
45
46
API
0 commit comments