//
pkg.gl
Category
github.com/adamcolton/geom
work
package
0.0.0-20220831181609-9c88ebf2c706
Repository:
https://github.com/adamcolton/geom.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
33 SLOC
#
Functions
Run
Run takes a worker that will operate on some workload until complete and runs it on each core.
RunRange
RunRange will call worker in parallel with every int from 0 to max (0 inclusive, max exclusive).