mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
5 lines
278 B
Markdown
5 lines
278 B
Markdown
|
|
The new [Process.WithHandle] method provides access to an internal process
|
||
|
|
handle on supported platforms (Linux 5.4 or later and Windows). On Linux,
|
||
|
|
the process handle is a pidfd. The method returns [ErrNoHandle] on unsupported
|
||
|
|
platforms or when no process handle is available.
|