The maximum amount of CPU time a process can use.
const CpuTime: Resource = Resource(cty::RLIMIT_CPU as c_int);
prlimit(2) and RLIMIT_CPU therein