diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst index b3cf43ea..9c157063 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -233,6 +233,8 @@ API sure the allocator is changed while no memory was allocated with the previous allocator, or that they are compatible. + .. warning:: Allocator must be thread-safe. + .. c:function:: void uv_library_shutdown(void); .. versionadded:: 1.38.0 |