# 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.