⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_process_server

Function get_process_server 

Source
pub fn get_process_server() -> &'static ProcessServer
Expand description

Get the global process server.

Panics if the process server has not been initialized via init. Prefer try_get_process_server in contexts where a panic is unacceptable.