Skip to main content
Version: 0.3.x

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
Description
LineBufferThe basic line-based buffer handle.
LineProcMirrorThe mirror for the process-safe line-based buffer.
LineProcBufferThe process-safe line-based buffer.