mirror of
https://github.com/danog/file.git
synced 2024-11-26 11:54:54 +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. |
||
---|---|---|
.. | ||
Internal | ||
BlockingDriver.php | ||
BlockingHandle.php | ||
Driver.php | ||
EioDriver.php | ||
EioHandle.php | ||
FilesystemException.php | ||
functions.php | ||
Handle.php | ||
ParallelDriver.php | ||
ParallelHandle.php | ||
PendingOperationError.php | ||
StatCache.php | ||
UvDriver.php | ||
UvHandle.php |