basic async-interop support; generator consumer missing
authorMichael Wallner <mike@php.net>
Tue, 17 Jan 2017 09:09:26 +0000 (10:09 +0100)
committerMichael Wallner <mike@php.net>
Tue, 17 Jan 2017 09:09:26 +0000 (10:09 +0100)
commitf4aa6beaf2e1f0dc9c877782cbbad5a989194517
tree769eeac8826a1212b92fd779c782f5d57c9d9665
parent626d8937c75f6d8fca463fa2b374f645068b2d6d
basic async-interop support; generator consumer missing
15 files changed:
composer.json
examples/promise.php
lib/API.php
lib/API/Call.php
lib/API/Call/Deferred.php
lib/API/Call/Result.php
lib/API/Future.php [new file with mode: 0644]
lib/API/Future/functions.php [new file with mode: 0644]
lib/API/Iterator.php
lib/API/Links.php
lib/API/Links/functions.php [new file with mode: 0644]
lib/API/functions.php [new file with mode: 0644]
lib/Exception/RequestException.php
lib/Exception/functions.php [new file with mode: 0644]
lib/functions.php