This repository was archived by the owner on Jun 16, 2025. It is now read-only.
RC2
Summary
Changes
Documentation Improvements
- Clarified the usage of the
spawn
andawait
keywords in PHP, including naming restrictions and placement rules. - Expanded documentation on coroutine management:
- Added examples for binding coroutines to PHP objects.
- Clarified task racing scenarios.
- Provided recommendations for the safe usage of coroutines in web applications.
Functionality Enhancements
- Updated diagrams and requirement mappings:
- Refined terminology and relationships for task cancellation and error handling.
- Added examples for protecting critical sections.
Bug Fixes
- Clarified risks associated with waiting on child coroutines within a
Scope
. - Fixed issues in examples related to
Scope
usage and error handling.