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

Refactored PUB/SUB #277

Closed edavalosanaya closed 11 months ago

edavalosanaya commented 11 months ago

Objective

To implement a distributed EventBus, we need robust and clean PUB/SUB implementations.

Closes #276.

This PR includes:

TODO: