package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev

# Functions

Run takes a worker that will operate on some workload until complete and runs it on each core.
RunRange will call worker in parallel with every int from 0 to max (0 inclusive, max exclusive).