Source: reactphp-promise-timer Section: php Priority: optional Maintainer: Teckids Debian Task Force Uploaders: Dominik George , Thorsten Glaser Build-Depends: debhelper (>= 11), pkg-php-tools (>= 1.7~), phpab Standards-Version: 4.2.1 Homepage: https://github.com/reactphp/promise-timer Vcs-Git: https://salsa.debian.org/tdtf-team/reactphp-promise-timer.git Vcs-Browser: https://salsa.debian.org/tdtf-team/reactphp-promise-timer Package: php-react-promise-timer Architecture: all Depends: ${misc:Depends}, ${phpcomposer:Debian-require} Suggests: ${phpcomposer:Debian-suggest} Replaces: ${phpcomposer:Debian-replace} Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace} Provides: ${phpcomposer:Debian-provide} Description: Trivial implementation of timeouts for promises on top of ReactPHP 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.