pub fn parse_proc_self_cgroup() -> Option<Vec<CgroupEntry>>Available on Linux only.
Expand description
Parses /proc/self/cgroup into a Vec<CgroupEntry>, if the file exists.
pub fn parse_proc_self_cgroup() -> Option<Vec<CgroupEntry>>Parses /proc/self/cgroup into a Vec<CgroupEntry>, if the file exists.