зеркало из https://github.com/mozilla/gecko-dev.git
0c635c7669
This change add the ability to yield the output as it is produced, by creating a thread responsible for killing the process if it takes too long. This way we can loop with blocking I/O on stdout in python, while the process is running concurrently. The loop ends when the process exit either by itself or after being killed by the timeout. Differential Revision: https://phabricator.services.mozilla.com/D105037 |
||
---|---|---|
.. | ||
mozdevice | ||
tests | ||
setup.cfg | ||
setup.py |