You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be clear, this project works just fine with all loop implementations, including the default StreamSelectLoop and ExtUvLoop. This potential adapter could take advantage of some of the optimizations inside libuv and avoid some of the known limitations of the project.
In particular, this may help with Windows support (#9) in the future because libuv supports pipes with overlapped mode on Windows. Note that a Windows build of ext-uv does not appear to be available at the time of writing this, but it is believed to change again in the future (amphp/ext-uv#63).
The text was updated successfully, but these errors were encountered:
We may want to add a specific adapter taking advantage of libuv's process handling logic:
To be clear, this project works just fine with all loop implementations, including the default
StreamSelectLoop
andExtUvLoop
. This potential adapter could take advantage of some of the optimizations inside libuv and avoid some of the known limitations of the project.In particular, this may help with Windows support (#9) in the future because libuv supports pipes with overlapped mode on Windows. Note that a Windows build of
ext-uv
does not appear to be available at the time of writing this, but it is believed to change again in the future (amphp/ext-uv#63).The text was updated successfully, but these errors were encountered: