pub struct RpcEventLoop { /* fields omitted */ }
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
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.