Exec creates a new process inside the task
(context.Context, string, *specs.Process, cio.Creator)
| 197 | Resume(context.Context) error |
| 198 | // Exec creates a new process inside the task |
| 199 | Exec(context.Context, string, *specs.Process, cio.Creator) (Process, error) |
| 200 | // Pids returns a list of system specific process ids inside the task |
| 201 | Pids(context.Context) ([]ProcessInfo, error) |
| 202 | // Checkpoint serializes the runtime and memory information of a task into an |
no outgoing calls