1
0
mirror of https://github.com/danog/process.git synced 2024-12-02 09:37:55 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Aaron Piotrowski
7c1b46d391
Fix test namespace 2017-12-02 21:16:52 -06:00
Niklas Keller
7cf91efd08
Refactor for full Windows compatibility 2017-11-24 18:43:56 -06:00
Niklas Keller
88f8865a6a
More refactoring for Windows compatibility with improved BC 2017-11-24 18:43:56 -06:00
Aaron Piotrowski
cc85c607b9 Upgrade to PHPUnit 6 2017-06-15 22:53:33 -05:00
Aaron Piotrowski
319de2ff33 Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
Aaron Piotrowski
6b965310b0 when() → onResolve() 2017-03-21 17:37:12 -05:00
Aaron Piotrowski
a69d56bb1b Separate start and join methods
Allows exit code watcher to be unreferenced until the promise is requested.
2017-03-16 22:19:15 -05:00
Aaron Piotrowski
1736be4a7c Update for async-interop merge and other Amp changes 2017-03-16 10:04:52 -05:00
Aaron Piotrowski
ef6f58a4ce Add isRunning() test 2017-01-15 23:07:51 -06:00
Aaron Piotrowski
79974426ae Changes suggested by @kelunik plus some cleanup 2017-01-15 09:25:33 -06:00
Aaron Piotrowski
e062c3d207 Rename start() → execute() returning a promise; remove join() 2017-01-11 14:27:40 -06:00
Aaron Piotrowski
3f3434ba18 Refactor for Amp v2
Merged Process and StreamedProcess from amphp/parallel that will now depend on this package.
2017-01-11 12:25:52 -06:00