php-react-promise-timer

Trivial implementation of timeouts for promises on top of ReactPHP
  https://github.com/reactphp/promise-timer
  0
  no reviews



The PromiseTimer can be used to set time limits on resolving promises in ReactPHP applications. The timer can be used to cancel asynchronous operations that take too long to complete.