package
0.3.1
Repository: https://github.com/accelbyte/gosync-reborn.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

C2 is a circular buffer intended to allow you to write a block of data of up to 'blocksize', and retrieve the data evicted by that operation, without allocating any extra slice storage This requires that it keep at least blocksize*2 data around.