Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding libuv-based backend #9

Open
clue opened this issue Sep 19, 2015 · 4 comments
Open

Consider adding libuv-based backend #9

clue opened this issue Sep 19, 2015 · 4 comments
Milestone

Comments

@clue
Copy link
Member

clue commented Sep 19, 2015

This likely depends on libuv-based event loop implementation reactphp/event-loop#17.

Once this is done, see reactphp/reactphp#213 for initial starting point on filesystem abstraction.

@steverhoades
Copy link

I initially started working on a solution right around the time @WyriHaximus was working in the filesystem. Unfortunately I haven't had any free time in the last several months to circle back to it.

Here: https://github.com/steverhoades/ReactLibuvFilesystem

The I did some considerable work on the php-uv extension to bring it up to libuv 1.0 as well, but as far as I know that still hasn't been merged.

@WyriHaximus
Copy link
Member

@steverhoades is the php-uv extension with your changes stable? If it is, we can continue your work on the adapter if you don't mind.

@ghost ghost mentioned this issue Feb 2, 2019
@WyriHaximus WyriHaximus added this to the v0.3.0 milestone Feb 2, 2019
@ghost
Copy link

ghost commented May 4, 2019

I have a working uv adapter (PHP7 only, so waiting for #67), which I only need to add tests for.

@ghost ghost mentioned this issue May 5, 2019
@WyriHaximus
Copy link
Member

@CharlotteDunois awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants