Struct jsonrpc_server_utils::reactor::RpcEventLoop [] [src]

pub struct RpcEventLoop { /* fields omitted */ }

A handle to running event loop. Dropping the handle will cause event loop to finish.

Methods

impl RpcEventLoop
[src]

[src]

Spawns a new thread with the EventLoop.

[src]

Spawns a new named thread with the EventLoop.

[src]

Get remote for this event loop.

[src]

Blocks current thread and waits until the event loop is finished.

[src]

Finishes this event loop.

Trait Implementations

impl Debug for RpcEventLoop
[src]

[src]

Formats the value using the given formatter.

impl Drop for RpcEventLoop
[src]

[src]

Executes the destructor for this type. Read more