The maximum amount of CPU time a process can use before making a blocking system call.
const ContiguousCpuTime: Resource = Resource(cty::RLIMIT_RTTIME as c_int);
prlimit(2) and RLIMIT_RTTIME therein