[−][src]Function sunrise_kernel::syscalls::create_session
pub fn create_session(
_is_light: bool,
_unk: usize
) -> Result<(usize, usize), UserspaceError>
Create a new Session pair. Those sessions are linked to each-other: The server will receive requests sent through the client.
Returns
- A handle to a ServerSession
- A handle to a ClientSession