ποΈ File
Ripple supports operating files through the \Co\IO::File() method, which is used to handle file read and write operations.
ποΈ Stream
Ripple supports operating streams through the \Co\IO::Stream() method, which is used to process stream read and write operations.
ποΈ Socket
The socket library in ripple is used to implement asynchronous network communication, including creating socket connections, SSL connections, etc.
ποΈ Channel
Channel in ripple is a core concept in the ripple framework and is used for communication between multiple processes. The Channel object represents a data channel for communication between multiple processes.
ποΈ File Lock (Lock)
Lock (file lock), ripple provides a basic file lock, which is used in multiple processes to stagger the access time when seizing the same resource.