Tags: revoltphp/event-loop
Tags
v1.0.0 - Added `EventLoop::getIdentifiers` (#62) - Added `EventLoop::getType` (#62) - Added `EventLoop::isEnabled` (#62) - Added `EventLoop::isReferenced` (#62) - Fixed `EventLoop::getErrorHandler` missing the `static` modifier - Fixed double wrapping in `UncaughtThrowable` if a decorating event loop driver throws an `UncaughtThrowable` (#61) - Removed `EventLoop::getInfo`, use `EventLoop::getIdentifiers()` in combination with `EventLoop::isEnabled`, `EventLoop::isReferenced`, and `EventLoop::getType` instead (#62) - Removed `EventLoop::createSuspension`, use `EventLoop::getSuspension` instead
PreviousNext