//
pkg.gl
Category
github.com/adamcolton/luce
util
parallel
package
0.0.0-20240603153513-85a4060560ea
Repository:
https://github.com/adamcolton/luce.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
28 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).