ChimeraPy / Engine

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

Refactored PUB/SUB #277

Closed edavalosanaya closed 1 year ago

edavalosanaya commented 1 year ago

Objective

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

Closes #276.

This PR includes:

TODO: