process_env

Function process_env 

Source
pub unsafe fn process_env()
Expand description

Process environment variables.

This function processes the LISTEN_PID, LISTEN_FDS and NOTIFY_SOCKET variables from the environment, removing them afterwards.

The LISTEN_FDNAMES variable is removed, but its contents are currently not used.

§Safety

This function is called automatically during programme initialisation and generally not safe to call directly.