mproc
ModuleSource
The base module for the message synchronization. It is totally based on the stdlib of python.
This module should be only used for synchronizing messages between threads and processes on the same device.
Classes
Member | |
---|---|
LineBuffer | The basic line-based buffer handle. |
LineProcMirror | The mirror for the process-safe line-based buffer. |
LineProcBuffer | The process-safe line-based buffer. |