2018-03-18 20:42:20 +01:00
|
|
|
[](https://opensource.org/licenses/MIT)
|
|
|
|
[](https://travis-ci.org/aryszka/treerack)
|
|
|
|
[](https://codecov.io/gh/aryszka/treerack)
|
|
|
|
|
|
|
|
# SyncBus
|
|
|
|
|
|
|
|
Event bus for testing concurrent Go programs.
|
|
|
|
|
|
|
|
SyncBus provides a synchronization hook that can be used by multiple goroutines in Go tests to ensure and verify
|
|
|
|
the right order of execution of testing and production code.
|
|
|
|
|
2018-03-18 21:07:52 +01:00
|
|
|
Find the documentation here:
|
2018-03-18 20:42:20 +01:00
|
|
|
[https://godoc.org/github.com/aryszka/syncbus](https://godoc.org/github.com/aryszka/syncbus).
|
2018-03-18 21:07:52 +01:00
|
|
|
|
|
|
|
Find an example here:
|
2018-03-18 21:10:02 +01:00
|
|
|
[https://godoc.org/github.com/aryszka/syncbus#example-package](https://godoc.org/github.com/aryszka/syncbus#example-package).
|