Module kernel::task

source · []
Expand description

Tasks (threads and processes).

C header: include/linux/sched.h.

Structs

Wraps the kernel’s struct task_struct.

A wrapper for a shared reference to Task that isn’t Send.