Skip to main content

TokioBlockingExecutorService

Type Alias TokioBlockingExecutorService 

Source
pub type TokioBlockingExecutorService = TokioExecutorService;
Expand description

Tokio-backed blocking executor service routed through spawn_blocking.

Aliased Typeยง

pub struct TokioBlockingExecutorService { /* private fields */ }