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]

[src]

Get remote associated with this event loop.

[src]

Closes underlying event loop (if any!).

[src]

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

Trait Implementations

impl Debug for Remote
[src]

[src]

Formats the value using the given formatter.