-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, Zend ASYNC uses a complex GC implementation, which is difficult to read and maintain.
There is an idea to try a different version.
- GC runs in its own coroutine.
- GC creates another coroutine to run destructors.
- The GC coroutine waits until the destructor coroutine finishes its work.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo