package
2.0.0+incompatible
Repository: https://github.com/csci-2390-project/grpc-go.git
Documentation: pkg.go.dev

# Functions

NewCircularBuffer allocates a circular buffer of size size and returns a reference to the struct.

# Structs

CircularBuffer is a lock-free data structure that supports Push and Drain operations.