Introduction
Sync-stream is a pure python tool for synchronizing the messages (including stdout, stderr, and raised exceptions or warnings) among threads, processes, devices, and hosts. This powerful tool is useful for capturing the updating logs from the sub-processes in some projects.
Updating reports
1.2.2 @ 1/8/2025
🔧 Fix
- Fix: Correct a bug that
mprocs.LineProcMirrordoes not response to the early stop signal.
Full Changelog: v1.2.1...v1.2.2