package
0.0.0-20241110145701-0f0eebf881b3
Repository: https://github.com/optimism-java/utp-go.git
Documentation: pkg.go.dev

# Functions

NewSyncBuffer creates a new synchronous circular buffer.
No description provided by the author

# Variables

ErrIsClosed indicates a sync buffer is closed.
ErrReaderAlreadyWaiting indicates a reader is already waiting.
ErrWriterAlreadyWaiting indicates a writer is already waiting.

# Structs

SyncCircularBuffer represents a synchronous circular buffer.