Merge ab2088d4a4 into 901e28384b
This commit is contained in:
commit
422176e7e5
@ -82,7 +82,8 @@ Threads
|
||||
|
||||
Detaches a thread. Detached threads automatically release their
|
||||
resources upon termination, eliminating the need for the application to
|
||||
call `uv_thread_join`.
|
||||
call `uv_thread_join`. It is undefined behavior for the thread referenced by `tid`
|
||||
to call any libuv APIs after being detached.
|
||||
|
||||
.. versionadded:: 1.50.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user