various improvements

This commit is contained in:
Jay
2026-04-24 10:59:33 -04:00
parent e32bbc99d8
commit 4ac2c488ad
14 changed files with 41 additions and 32 deletions
+8 -6
View File
@@ -58,17 +58,19 @@ type InboundPoolEventKind = inbound.PoolEventKind
// Inbound Pool event constants
const (
InboundEventDisconnected = inbound.EventDisconnected
InboundEventDropped = inbound.EventDropped
InboundEventEvicted = inbound.EventEvicted
InboundEventDisconnected = inbound.EventDisconnected
InboundEventDroppedClose = inbound.EventDroppedClose
InboundEventDroppedError = inbound.EventDroppedError
InboundEventEvictedPolicy = inbound.EventEvictedPolicy
)
// Inbound Worker exit kinds
const (
InboundExitDisconnected = inbound.ExitDisconnected
InboundExitError = inbound.ExitError
InboundExitPolicy = inbound.ExitPolicy
InboundExitDisconnected = inbound.ExitDisconnected
InboundExitUnexpectedClose = inbound.ExitUnexpectedClose
InboundExitReadError = inbound.ExitReadError
InboundExitPolicy = inbound.ExitPolicy
)
// Connection constructors