spinGroup

Spins up a group of WORKERS to run F on the given args.

void
spinGroup
(
size_t WORKERS
ARGS...
)
(
ARGS args
)

Parameters

WORKERS

The number of workers to delegate the task to.

F

The function to be invoked.

args ARGS

Arguments to invoke F on.

Meta