Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWeightedSemaphore ¶
Types ¶
type Map ¶ added in v0.8.8
type Map[T comparable, K any] struct { // contains filtered or unexported fields }
func NewMap ¶ added in v0.8.8
func NewMap[T comparable, K any]() *Map[T, K]
func NewMapFromMap ¶ added in v0.8.8
func NewMapFromMap[T comparable, K any](m map[T]K) *Map[T, K]
func NewMapWithLen ¶ added in v0.8.8
func NewMapWithLen[T comparable, K any](len int) *Map[T, K]
Click to show internal directories.
Click to hide internal directories.