# Functions
AnonDialer returns a dialer for an abstract socket.
BinaryName returns the shim binary name from the runtime name, empty string returns means runtime name is invalid.
Command returns the shim command with the provided args and configuration.
Connect to the provided address.
NewShimClient creates a new shim server client.
NewSocket returns a new socket.
Reap should be called when the process receives an SIGCHLD.
Run initializes and runs a shim server.
SetScore sets the oom score for a process.
SocketAddress returns an abstract socket address.
WriteAddress writes a address file atomically.
WritePidFile writes a pid file atomically.
# Variables
Default is the default monitor initialized for the package.
ErrNoSuchProcess is returned when the process no longer exists.
# Interfaces
Shim server interface.
# Type aliases
Init func for the creation of a shim server.