//
pkg.gl
Category
github.com/CSCI-2390-Project/grpc-go
internal
profiling
buffer
package
1.99.7
Repository:
https://github.com/csci-2390-project/grpc-go.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
0
Files
193 SLOC
#
Functions
NewCircularBuffer
NewCircularBuffer allocates a circular buffer of size size and returns a reference to the struct.
#
Structs
CircularBuffer
CircularBuffer is a lock-free data structure that supports Push and Drain operations.