Struct solana_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 executor for this event loop.

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

Finishes this event loop.

Trait Implementations

impl Debug for RpcEventLoop
[src]

Formats the value using the given formatter. Read more

impl Drop for RpcEventLoop
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations