Releases: async-interop/event-loop
Releases · async-interop/event-loop
Release list
0.5.0
0.4.0
- Changed exception base classes for thrown exceptions to
Exception. - Added
InvalidWatcherException::getWatcherId(). Loop::setErrorHandlershould now return the old handler.- Renamed
Loop::infotoLoop::getInfo. - Require weak types for all callbacks.
0.3.0
InvalidWatcherExceptionshould no longer be thrown if an invalid watcher identifier is provided toDriver::disable(). The function call should now be a no-op with invalid watcher identifiers (similar toDriver::cancel()).
0.2.0
- Rename
Driver::storeStatetoDriver::setState - Rename
Driver::fetchStatetoDriver::getState - Convert
Driverfrom an interface to an abstract class - Merge
RegistryintoDriveras it's now an abstract class - Add warning about different scopes for
onSignal