Skip to content

Commit 0204bac

Browse files
committed
+ shutdown_destructors_async Support for concurrent iteration of the global variable table
1 parent 6efc283 commit 0204bac

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [0.2.0] - TBD
1111

1212
### Added
13+
- **Async-aware destructor handling (PHP Core)**: Implemented `async_shutdown_destructors()` function to properly
14+
handle destructors that may suspend execution in async context
1315
- **CompositeException**: New exception class for handling multiple exceptions that occur in finally handlers
1416
- Automatically collects multiple exceptions from `onFinally` handlers in both Scope and Coroutine
1517
- Provides `addException()` method to add exceptions to the composite

TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* For the internal context, it’s necessary to add the ability for
2+
it to operate even before coroutines exist at all.

0 commit comments

Comments
 (0)