.gitignore | ||
example_test.go | ||
go.mod | ||
LICENSE | ||
Makefile | ||
README.md | ||
syncbus_test.go | ||
syncbus.go |
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.
Find the documentation here: https://godoc.org/github.com/aryszka/syncbus.
Find an example here: https://godoc.org/github.com/aryszka/syncbus#example-package.