Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 400 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 400 Bytes

MessengerProcess

Small lightweight utility classes for interprocess communication.

Primary use case is initializing long running processes that should exit when the main process finishes as well as signaling when cpu-intensive calculations are complete.

Requirements: None but uses numpy and matplotlib for some of the unittests.

Unittests: python -m unittest tests.py from source root.