-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
Description
Well in default it uses "StreamSelectLoop" right?
I have a placed the code : $loop = React\EventLoop\Factory::create();
The loop instance is created at the beginning of the program. A convenience factory React\EventLoop\Factory::create() is provided by this library which picks the best available loop implementation.
Just to understand this clearly, if we install multiple event loops in single server? which event lop is used?
ext-event ?
ext-ev?
ext-uv?
or again it choose the " StreamSelectLoop " as a default loop? do we have to manually select which event loop should react use?