mirror of
https://github.com/danog/file.git
synced 2024-11-26 20:04:51 +01:00
6d2ca5e2b2
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. |
||
---|---|---|
.. | ||
EioPoll.php | ||
FileTask.php |