Go to file
2024-12-17 17:49:42 +01:00
.gitignore import initial version 2018-03-18 20:42:20 +01:00
example_test.go add reset signal feature 2018-03-18 21:05:53 +01:00
foo foo 2024-12-17 17:49:42 +01:00
go.mod fix go mod name 2024-12-17 16:47:54 +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 Update README.md 2018-03-18 21:10:02 +01:00
syncbus_test.go simplify naming 2018-03-18 22:55:10 +01:00
syncbus.go simplify naming 2018-03-18 22:55:10 +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.

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

Find an example here: https://godoc.org/github.com/aryszka/syncbus#example-package.