Struct jsonrpc_ipc_server::Server [−][src]
pub struct Server { /* fields omitted */ }
IPC Server handle
Implementations
impl Server
[src]
impl Server
[src]pub fn close(self)
[src][−]
Closes the server (waits for finish)
pub fn close_handle(&self) -> CloseHandle
[src][−]
Creates a close handle that can be used to stop the server remotely
pub fn wait(self)
[src][−]
Wait for the server to finish