Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

RC2

Choose a tag to compare

@EdmondDantes EdmondDantes released this 16 Apr 07:39
· 19 commits to main since this release

Summary

Changes

Documentation Improvements

  • Clarified the usage of the spawn and await 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.