Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add message bus #444

Open
plastikfan opened this issue May 8, 2024 · 0 comments
Open

add message bus #444

plastikfan opened this issue May 8, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@plastikfan
Copy link
Contributor

plastikfan commented May 8, 2024

to aid in creating de-coupling libraries and applications. So far in my go journey, although I have strived to write de-coupled code, the end result is more coupled then I would like, so a new appraoch has to be taken. I just discovered this bus which looks like it can help.

bus has more feature than I require. I want it to be as simple as I need it to be with no extraneous functionality. It was designed to be used in an async context so it uses locks internally. I only need this to work on a synchronous basis so I don't want the overhead of acquiring and releasing locks.

Also see:

@plastikfan plastikfan added the feature New feature or request label May 8, 2024
@plastikfan plastikfan self-assigned this May 8, 2024
plastikfan added a commit that referenced this issue May 8, 2024
plastikfan added a commit that referenced this issue May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant