Enum jsonrpc_server_utils::reactor::Remote
[−]
[src]
pub enum Remote {
Shared(Remote),
Spawned(RpcEventLoop),
}Initialized Remote
Variants
Shared instance
Spawned(RpcEventLoop)Spawned Event Loop
Methods
impl Remote[src]
fn remote(&self) -> Remote[src]
Get remote associated with this event loop.
fn close(self)[src]
Closes underlying event loop (if any!).
fn wait(self)[src]
Wait for underlying event loop to finish (if any!).