Skip to main content

BlockingExecutorService

Type Alias BlockingExecutorService 

Source
pub type BlockingExecutorService = ThreadPool;
Expand description

Default managed service for synchronous tasks that may block an OS thread.

Aliased Typeยง

pub struct BlockingExecutorService { /* private fields */ }