1.0.0 #66
kelunik
announced in
Announcements
1.0.0
#66
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
EventLoop::getIdentifiers
(Replace getInfo with reflection API #62)EventLoop::getType
(Replace getInfo with reflection API #62)EventLoop::isEnabled
(Replace getInfo with reflection API #62)EventLoop::isReferenced
(Replace getInfo with reflection API #62)EventLoop::getErrorHandler
missing thestatic
modifierUncaughtThrowable
if a decorating event loop driver throws anUncaughtThrowable
(RethrowUncaughtThrowable
thrown by callbacks/error handler without wrapping #61)EventLoop::getInfo
, useEventLoop::getIdentifiers()
in combination withEventLoop::isEnabled
,EventLoop::isReferenced
, andEventLoop::getType
instead (Replace getInfo with reflection API #62)EventLoop::createSuspension
, useEventLoop::getSuspension
insteadFull Changelog: v0.2.5...v1.0.0
This discussion was created from the release 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions