1Fsdb::Support::OS(3) User Contributed Perl Documentation Fsdb::Support::OS(3)
23
4
NAME
6Fsdb::Support::OS - operating-system-specific support functions
7
SYNOPSIS
9use Fsdb::Support::OS;
1011
max_parallelism
12$cores = Fsdb::Support::OS::max_parallism()
1314
Finds the number of cores in the current computer, or some other
15plausible value of parallelism for CPU-intensive tasks.
1617
18
19
perl v5.30.1 2020-01-30 Fsdb::Support::OS(3)