Implements a basic event manager which receives all events and forwards them to
subscribers
Right now, the storage backend for subscribers uses a HashMap. It is in principle possible to have different backends by introducing a new trait, but a HashMap implementation is okay for now
The message passing / IPC technology is abstracted using two traits used to send and receive events
- Add event and event management module
- Implements a basic event manager which receives all events and forwards them to
subscribers
- Right now, the storage backend for subscribers uses a HashMap. It is in principle possible to have different backends by introducing a new trait, but a HashMap implementation is okay for now
- The message passing / IPC technology is abstracted using two traits used to send and receive events
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
subscribers
Event module initto Init Event Modulemuellerr referenced this pull request2022-06-12 19:16:10 +02:00