File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ * For the internal context, it’s necessary to add the ability for
2+ it to operate even before coroutines exist at all.
You can’t perform that action at this time.
0 commit comments