Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParallelKeys ¶
func ParallelKeys[K comparable, V any](maxp int, p map[K]V, fn func(k K))
func ParallelVals ¶
func ParallelVals[K comparable, V any](maxp int, p map[K]V, fn func(k V))
Types ¶
Click to show internal directories.
Click to hide internal directories.