1
0
syncbus/README.md
2026-01-21 22:46:00 +01:00

17 lines
446 B
Markdown

# 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/code.squareroundforest.org/arpio/syncbus#example-package
---
*Made in Berlin, DE*