1
0
syncbus/README.md

17 lines
446 B
Markdown
Raw Normal View History

2018-03-18 20:42:20 +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.
2018-03-18 21:07:52 +01:00
Find the documentation here:
2024-12-17 18:28:27 +01:00
https://godoc.org/code.squareroundforest.org/arpio/syncbus
2018-03-18 21:07:52 +01:00
Find an example here:
2024-12-17 18:29:43 +01:00
https://godoc.org/code.squareroundforest.org/arpio/syncbus#example-package
2026-01-21 22:46:00 +01:00
---
*Made in Berlin, DE*