Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pid ¶
type Pid uint32
Pid is a unique named type for process identifiers
- Pid implements fmt.Stringer
- Pid is ordered
- Pid has IsNonZero Int Uint32 methods
func NewPid ¶
func NewPid[T constraints.Integer](pid T) (typedPid Pid, err error)
NewPid returns a typed value process identifier
func NewPid1 ¶
func NewPid1[T constraints.Integer](pid T) (typedPid Pid)
Click to show internal directories.
Click to hide internal directories.