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]

Spawns a new thread with the EventLoop.

Spawns a new named thread with the EventLoop.

Get remote for this event loop.

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

Finishes this event loop.

Trait Implementations

impl Drop for RpcEventLoop
[src]

A method called when the value goes out of scope. Read more