Skip to content

React event loop v1

Latest
Compare
Choose a tag to compare
@alexeyshockov alexeyshockov released this 30 Apr 07:17
· 1 commit to master since this release
Update react/event-loop from ^0.4 to ^1.0 (#1)

* Update react/event-loop from ^0.4 to ^1.0

- Replace $timer->cancel() with $loop->cancelTimer($timer)
- Replace $loop->nextTick() with $loop->futureTick()
- added workaround to run() - make sure callback is called with $loop argument

* Update react/event-loop from ^0.4 to ^1.0

- Update React\EventLoop\Timer\TimerInterface to React\EventLoop\TimerInterface