package
0.0.0-20241007120623-b946689a3c72
Repository: https://github.com/znotify/server.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewUnboundedChan creates the unbounded chan.
NewUnboundedChanSize is like NewUnboundedChan, but you can set initial capacity for In, Out, Buffer.
# Variables
No description provided by the author
# Structs
RingBuffer is a ring buffer for common types.
UnboundedChan is an unbounded chan.