The mechanism for passing handles over IPC in libuv changed and the
ipc_read2_start API was removed. This commit updates the code to use
the most recent version of libuv with the specific mechanism for passing
handles.
NOTE: This likely breaks the Windows build which includes some libuv headers in a subdirectory. That part needs to be updated.
The mechanism for passing handles over IPC in libuv changed and the ipc_read2_start API was removed. This commit updates the code to use the most recent version of libuv with the specific mechanism for passing handles.
NOTE: This likely breaks the Windows build which includes some libuv headers in a subdirectory. That part needs to be updated.