Wrote worker tests.

This commit is contained in:
Jay
2026-04-20 09:26:19 -04:00
parent 9b29592a39
commit de3c997279
5 changed files with 399 additions and 3 deletions
-1
View File
@@ -9,7 +9,6 @@ type PoolEventKind string
const (
EventPeerDisconnected PoolEventKind = "disconnected"
EventPeerDropped PoolEventKind = "dropped"
EventPeerInactive PoolEventKind = "inactive"
EventPeerEvicted PoolEventKind = "evicted"
)