package
1.10.20
Repository: https://github.com/code-payments/code-server.git
Documentation: pkg.go.dev

# Functions

NewStripedChannel returns a new StripedChannel with a static number of channels.
NewStripedLock returns a new StripedLock with a static number of stripes.

# Structs

StripedChannel is a partitioned channel that consistently maps a key space to a set of channels.
StripedLock is a partitioned locking mechanism that consistently maps a key space to a set of locks.