nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
PosixProcess
nulib
posix
threading
process
Undocumented in source.
class
PosixProcess :
NativeProcess
{
uint
pid
[@property getter];
this
(uint pid);
bool
kill
();
}
Constructors
this
this
(uint pid)
Constructs a new PosixProcess.
Members
Functions
kill
bool
kill
()
Kills the given process.
Properties
pid
uint
pid
[@property getter]
The ID of the process.
Meta
Source
See Implementation
nulib
posix
threading
process
classes
PosixProcess
functions
_nu_process_get_self
getpid
kill
manifest constants
SIGTERM