Init Event Module #4

Merged
muellerr merged 16 commits from events into main 2022-06-11 12:36:40 +02:00
Owner
  • 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
- 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
muellerr added 16 commits 2022-06-11 12:35:40 +02:00
muellerr changed title from Event module init to Init Event Module 2022-06-11 12:36:35 +02:00
muellerr merged commit 9119357b7e into main 2022-06-11 12:36:40 +02:00
muellerr deleted branch events 2022-06-11 12:36:43 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rust/sat-rs#4
No description provided.