mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00

This commit introduces the `uv_thread_detach` for thread detaching, allowing threads to be detached state on both UNIX and Windows platforms. Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>