GitXplorerGitXplorer
v

message-bus

public
274 stars
46 forks
2 issues

Commits

List of commits on branch master.
Verified
5afc216fc0897ef4ac644e2fac68b37be109d9f1

Fix snippet #10

vvardius committed 4 years ago
Verified
2a5f24b83bf0ffcf3c28e597b145fe933870e40d

Merge pull request #11 from fgm/patch-1

vvardius committed 4 years ago
Verified
be9377b94bb7f128f11a140bd898e7917c7d2de8

Update basic-exemple for #10

ffgm committed 4 years ago
Verified
dbd22bba3ed8a517ec497b99fdae0f798a8ab502

Revert bc96add55267bc73358e15a92785fb004832ddf3 due to performance #7

vvardius committed 5 years ago
Verified
1215b70579d2a03fc880483bf0a8348ab273571b

Merge pull request #6 from me2go/master

vvardius committed 5 years ago
Unverified
bc96add55267bc73358e15a92785fb004832ddf3

subscriber process event asyncly

committed 5 years ago

README

The README file for this repository.

🚌 message-bus

Build Status Go Report Card codecov FOSSA Status license

logo

Go simple async message bus.

πŸ“– ABOUT

Contributors:

Want to contribute ? Feel free to send pull requests!

Have problems, bugs, feature ideas? We are using the github issue tracker to manage them.

πŸ“š Documentation

For documentation (including examples), visit rafallorenz.com/message-bus

For GoDoc reference, visit pkg.go.dev

🚏 HOW TO USE

πŸš… Benchmark

➜  message-bus git:(master) βœ— go test -bench=. -cpu=4 -benchmem
goos: darwin
goarch: amd64
pkg: github.com/vardius/message-bus
BenchmarkPublish-4                   	 4430224	       250 ns/op	       0 B/op	       0 allocs/op
BenchmarkSubscribe-4                 	  598240	      2037 ns/op	     735 B/op	       5 allocs/op

πŸ‘‰ Click here to see all benchmark results.

Features

🚏 HOW TO USE

πŸ“œ License

This package is released under the MIT license. See the complete license in the package:

FOSSA Status