hhvm / hsl-experimental

Experimental features for the Hack Standard Library
MIT License
23 stars 10 forks source link

[IO] add handle copy function #120

Closed azjezz closed 3 years ago

azjezz commented 4 years ago

closes #44

fredemmott commented 4 years ago

This is going to need some reworking with the changes to read api and Upcoming Corresponding changes to write api

Additionally, there’ll be the scope for some optimization , e.g if real file to socket, use sendfile()

fredemmott commented 3 years ago

The previous blockers are gone - closing at it would now need to be against the main HHVM repo.

azjezz commented 3 years ago

will open a PR against hhvm :)