//
pkg.gl
Category
github.com/hernad/nomad
lib
cpuset
package
1.6.112
Repository:
https://github.com/hernad/nomad.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
12
Files
164 SLOC
#
Functions
New
New initializes a new CPUSet with 0 or more containing cpus.
Parse
Parse parses the Linux cpuset format into a CPUSet Ref: http://man7.org/linux/man-pages/man7/cpuset.7.html#FORMATS.
#
Structs
CPUSet
CPUSet is a set like object that provides methods helpful when working with cpus with systems such as the Linux cpuset cgroup subsystem.