We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28eba05 commit 1c22c24Copy full SHA for 1c22c24
examples/handler_timeout/main.go
@@ -5,7 +5,7 @@ import (
5
"fmt"
6
"time"
7
8
- "github.com/Protocol-Lattice/GoEventBus"
+ "github.com/Raezil/GoEventBus"
9
)
10
11
// Handler runs for 150 ms unless its context is cancelled.
examples/publisher_timeout/main.go
// Shows back‑pressure timeout when the buffer is full.
0 commit comments