function AbstractDriver::activate
Activates (enables) all the given callbacks.
1 call to AbstractDriver::activate()
- AbstractDriver::tick in vendor/
revolt/ event-loop/ src/ EventLoop/ Internal/ AbstractDriver.php - Executes a single tick of the event loop.
4 methods override AbstractDriver::activate()
- EvDriver::activate in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ EvDriver.php - Activates (enables) all the given callbacks.
- EventDriver::activate in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ EventDriver.php - Activates (enables) all the given callbacks.
- StreamSelectDriver::activate in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ StreamSelectDriver.php - Activates (enables) all the given callbacks.
- UvDriver::activate in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ UvDriver.php - Activates (enables) all the given callbacks.
File
-
vendor/
revolt/ event-loop/ src/ EventLoop/ Internal/ AbstractDriver.php, line 371
Class
- AbstractDriver
- Event loop driver which implements all basic operations to allow interoperability.
Namespace
Revolt\EventLoop\InternalCode
protected abstract function activate(array $callbacks) : void;