NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
ptimes multimethod
ptimes multimethod
Methods
ptimes(
n:
Int
,
cb:
Fun
)
Source:
stdlib.ngs:3711
Run cb in n parallel threads. Each thread runs one cb but this might change in future (preserving the total n calls to cb).