The Wayback Machine - https://web.archive.org/web/20201109121107/https://github.com/async-interop/event-loop/tags
Skip to content

Tags

v0.5.0

- Changed namespace to `AsyncInterop` instead of `Interop\Async`.

v0.4.0

Version 0.4.0
Merge pull request #91 from async-interop/disabling_invalid_watcher
Allow disabling of invalid watchers

v0.2.0

- Rename `Driver::storeState` to `Driver::setState`
- Rename `Driver::fetchState` to `Driver::getState`
- Convert `Driver` from an interface to an abstract class
- Merge `Registry` into `Driver` as it's now an abstract class
- Add warning about different scopes for `onSignal`

v0.1.0

First tagged version of the standard's draft. Implementations can now…
… depend

on it using async-interop/event-loop:^0.1 in their composer.json file.
You can’t perform that action at this time.