ποΈ file - File
Ripple supports operating files through the \Co\IO::File() method, which is used to handle file read and write operations.
ποΈ Stream - Stream
Ripple supports operating streams through the \Co\IO::Stream() method, which is used to process stream read and write operations.
ποΈ Socket - Socket
The socket library in Ripple is used to implement asynchronous network communication, including creating socket connections, SSL connections, etc.
ποΈ Channel - 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.