Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: async-interop/event-loop

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
- Changed namespace to `AsyncInterop` instead of `Interop\Async`.

v0.4.0

Toggle v0.4.0's commit message

Verified

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

v0.3.0

Toggle v0.3.0's commit message
Merge pull request #91 from async-interop/disabling_invalid_watcher

Allow disabling of invalid watchers

v0.2.0

Toggle v0.2.0's commit message

Verified

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

Toggle v0.1.0's commit message

Verified

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