1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Bob Weinand
b197b2c07d Put Loop::execute() $callback into Driver::defer()
This also ensures that potential throwing in the callback will be handled inside a potential error handler instead of immediately falling through.
2016-05-26 23:45:27 +02:00
Niklas Keller
52a13b69dd Fix se stupid composer 2016-05-25 13:55:36 +02:00
Niklas Keller
47edee535d Forbid new factories while running, add scope test 2016-05-25 13:55:36 +02:00
Niklas Keller
54915e31bc Add phpunit to require-dev again 2016-05-16 11:33:04 +02:00
Niklas Keller
698d292d2c Add test to autoload-dev 2016-05-16 11:02:14 +02:00
Niklas Keller
017f1d2149 Change package description to include 'for interoperability' 2016-05-15 17:21:56 +02:00
Niklas Keller
992b3e4e5a Remove 'for interoperability' from the description 2016-05-15 16:47:51 +02:00
Niklas Keller
a32c1c36d2 Shorten namespace to Interop\Async and correct PHP version requirement 2016-05-15 14:40:07 +02:00
Andrew Carter
27f4c5dc49 Added composer.json 2016-01-20 10:56:02 +00:00