Enum jsonrpc_server_utils::reactor::Remote [] [src]

pub enum Remote {
    Shared(Remote),
    Spawned(RpcEventLoop),
}

Initialized Remote

Variants

Shared instance

Spawned Event Loop

Methods

impl Remote
[src]

Get remote associated with this event loop.

Closes underlying event loop (if any!).

Wait for underlying event loop to finish (if any!).