pmc/messagebus

There is no license information available for the latest version (v0.5) of this package.

Message bus that supports multiple listeners per message.

v0.5 2017-03-02 20:11 UTC

This package is auto-updated.

Last update: 2024-04-29 03:53:24 UTC


README

A simple message bus which uses object class types and names for dispatching. This allows listeners to ether listen for specific messages, or messages that are of a super-type or even that just implement a given interface.

## To-Do

  • Unit tests
  • Benchmark