1.0.0
We're proud to announce our initial stable release! The event loop is ready for production use, has been tested in various different applications and scenarios, and fully supports fibers.
What's Changed
- Added
EventLoop::getIdentifiers
(#62) - Added
EventLoop::getType
(#62) - Added
EventLoop::isEnabled
(#62) - Added
EventLoop::isReferenced
(#62) - Fixed
EventLoop::getErrorHandler
missing thestatic
modifier - Fixed double wrapping in
UncaughtThrowable
if a decorating event loop driver throws anUncaughtThrowable
(#61) - Removed
EventLoop::getInfo
, useEventLoop::getIdentifiers()
in combination withEventLoop::isEnabled
,EventLoop::isReferenced
, andEventLoop::getType
instead (#62) - Removed
EventLoop::createSuspension
, useEventLoop::getSuspension
instead
Full Changelog: v0.2.5...v1.0.0