ChimeraPy / Engine

Distributed computing framework for Multimodal data written in Python
https://chimerapy-engine.readthedocs.io
GNU General Public License v3.0
8 stars 0 forks source link

Added sync clock. Closes #237 #238

Open edavalosanaya opened 1 year ago

edavalosanaya commented 1 year ago

Added signaling between Manager and Worker to compute time deltas of their clocks. Then a global clock module is used to share a single clock time across a Node and its services. Need to later add this is the docs.