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 NewPid1 ¶
func NewPid1[T constraints.Integer](pid T) (typedPid Pid)
func NewPidInteger ¶ added in v0.4.86
func NewPidInteger[T constraints.Integer](pid T) (typedPid Pid, err error)
NewPidInteger returns a typed value process identifier
Click to show internal directories.
Click to hide internal directories.