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 b33162d commit ab2088dCopy full SHA for ab2088d
docs/src/threading.rst
@@ -82,7 +82,8 @@ Threads
82
83
Detaches a thread. Detached threads automatically release their
84
resources upon termination, eliminating the need for the application to
85
- call `uv_thread_join`.
+ call `uv_thread_join`. It is undefined behavior for the thread referenced by `tid`
86
+ to call any libuv APIs after being detached.
87
88
.. versionadded:: 1.50.0
89
0 commit comments