[][src]Function sunrise_kernel::ipc::session::new

pub fn new() -> (ServerSession, ClientSession)

Create a new Session pair. Those sessions are linked to each-other: The server will receive requests sent through the client.