Delete removes the cgroup as a whole
()
| 72 | AddTask(Process, ...Name) error |
| 73 | // Delete removes the cgroup as a whole |
| 74 | Delete() error |
| 75 | // MoveTo moves all the processes under the calling cgroup to the provided one |
| 76 | // subsystems are moved one at a time |
| 77 | MoveTo(Cgroup) error |
no outgoing calls