Enum jsonrpc_server_utils::reactor::Executor [−][src]
pub enum Executor {
Shared(TaskExecutor),
Spawned(RpcEventLoop),
}
Expand description
Initialized Executor
Variants
Shared instance
Spawned(RpcEventLoop)
Spawned Event Loop
Tuple Fields of Spawned
0: RpcEventLoop