Skip to content

add message bus #444

@plastikfan

Description

@plastikfan

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:

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions