pub struct RpcEventLoop { /* private fields */ }
Expand description
A handle to running event loop. Dropping the handle will cause event loop to finish.
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.
Formats the value using the given formatter.
Read more
Executes the destructor for this type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.