Go to file
2024-12-17 18:28:27 +01:00
.gitignore import initial version 2018-03-18 20:42:20 +01:00
example_test.go drop github 2024-12-17 18:28:27 +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 drop github 2024-12-17 18:28:27 +01:00
README.md drop github 2024-12-17 18:28:27 +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

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/code.squareroundforest.org/arpio/syncbus

Find an example here: https://godoc.org/squareroundforest.org/arpio/syncbus#example-package