v1.0.4
版本发布时间: 2018-06-12 16:37:04
reactphp/promise最新发布版本:v3.2.0(2024-05-24 18:41:18)
- Trigger PHP errors when invalid callback is passed.
- Fully resolve rejection value before calling rejection handler.
- Add
When::lazy()
to create lazy promises which will be initialized once a consumer calls thethen()
method.