Go to file
2018-03-18 20:42:20 +01:00
.gitignore import initial version 2018-03-18 20:42:20 +01:00
.travis.yml import initial version 2018-03-18 20:42:20 +01:00
example_test.go import initial version 2018-03-18 20:42:20 +01:00
LICENSE import initial version 2018-03-18 20:42:20 +01:00
Makefile import initial version 2018-03-18 20:42:20 +01:00
README.md import initial version 2018-03-18 20:42:20 +01:00
syncbus_test.go import initial version 2018-03-18 20:42:20 +01:00
syncbus.go import initial version 2018-03-18 20:42:20 +01:00

License Build Status codecov

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.