📄️ Introduction
ripple is a high-performance native PHP coroutine framework designed to handle high-concurrency, complex network communications and data operations.
📄️ Operating mechanism
In ripple, all defined asynchronous closures are driven by EventLoop. Ripple will specifically declare and strictly control the occurrence of any closure at runtime. All developers of plug-ins/components should also be concerned about this to prevent Closure occurs when process/fiber escapes and runs a black hole
📄️ module
All ripple support libraries are under the `Co` namespace and are divided according to the modules to which they belong. Currently, the support libraries have the following modules