mirror of
https://github.com/danog/file.git
synced 2024-11-26 20:04:51 +01:00
Fix EioDriver (#61)
This commit is contained in:
parent
a638ea0a4e
commit
3d3d084b81
@ -25,6 +25,9 @@ final class EioPoll
|
||||
$this->driver = $driver;
|
||||
|
||||
if (!self::$stream) {
|
||||
if (\function_exists('eio_init')) {
|
||||
\eio_init();
|
||||
}
|
||||
self::$stream = \eio_get_event_stream();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user