EventLoop
Table of Contents
Namespaces
Interfaces
- Driver
- The driver MUST run in its own fiber and execute callbacks in a separate fiber. If fibers are reused, the driver needs to call {@see FiberLocal::clear()} after running the callback.
- Suspension
- Should be used to run and suspend the event loop instead of directly interacting with fibers.
Classes
- DriverFactory
- FiberLocal
- Fiber local storage.
- InvalidCallbackError
- UncaughtThrowable
- UnsupportedFeatureException
- MUST be thrown if a feature is not supported by the system.