BlockingExecutor

Type Alias BlockingExecutor 

Source
pub type BlockingExecutor = NoopExecutor;
๐Ÿ‘ŽDeprecated since 0.5.0: Use NoopExecutor instead
Expand description

Backward-compatible alias for NoopExecutor.

Aliased Typeยง

pub struct BlockingExecutor;