reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Update tail example #83

Closed ghost closed 4 years ago

ghost commented 4 years ago

We need to open a file descriptor manually, as if we were to open a stream, the stream would read the complete file and then close the file descriptor.

Fixes #82.