close
Skip to content

Tags: revoltphp/event-loop

Tags

Verified

This tag was signed with the committer’s verified signature.
Image trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
Image kelunik Niklas Keller

Verified

This tag was signed with the committer’s verified signature.
Image trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
Image trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
Image trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
Image trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
Image kelunik Niklas Keller

Verified

This tag was signed with the committer’s verified signature.
Image trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
Image kelunik Niklas Keller

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Image kelunik Niklas Keller
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