This changeset applies some internal improvements to avoid unhandled rejection for future Promise API. This does not affect current behavior in any way (test cases are unaffected), but makes sure we do not use any unhandled promise rejections anymore. As discussed in https://github.com/reactphp/promise/issues/87 this could otherwise raise some error/warning in future.
This changeset applies some internal improvements to avoid unhandled rejection for future Promise API. This does not affect current behavior in any way (test cases are unaffected), but makes sure we do not use any unhandled promise rejections anymore. As discussed in https://github.com/reactphp/promise/issues/87 this could otherwise raise some error/warning in future.
Resolves / closes #248 Refs #214