14 lines
692 B
Markdown
14 lines
692 B
Markdown
![]() |
[](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.
|
||
|
|
||
|
Please, find the documentation here:
|
||
|
[https://godoc.org/github.com/aryszka/syncbus](https://godoc.org/github.com/aryszka/syncbus).
|