1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
file/lib/Internal
Niklas Keller 6d2ca5e2b2 Fix EioPoll busy watcher
Previously we used listen() + done(). This API design is quite prone to
errors, as it's easy to miss a done() call in some branch. Additionally
this commit ensures that pending operations are always completed before
the EioPoll is completely destructed. Previously unfinished operations
leaked into new EioPoll instances.
2017-06-20 22:59:23 +02:00
..
EioPoll.php Fix EioPoll busy watcher 2017-06-20 22:59:23 +02:00
FileTask.php Forbid simultaneous conflicting ops 2017-06-20 00:17:07 -05:00