cpulimiter
Limit the CPU usage of a process.
Example
use Pid;
// Only limit the target process
from.limit;
// or also account for the children
try_from.unwrap.limit_with_children;
Limit the CPU usage of a process.
use Pid;
// Only limit the target process
from.limit;
// or also account for the children
try_from.unwrap.limit_with_children;