syncbus/README.md
2018-03-18 21:07:52 +01:00

837 B

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.

Find the documentation here: https://godoc.org/github.com/aryszka/syncbus.

Find an example here: http://localhost:8989/pkg/github.com/aryszka/syncbus/#example_.