pub type InProcessExecutor<'a, H, OT, S> = GenericInProcessExecutor<H, &'a mut H, OT, S>;
Expand description

The process executor simply calls a target function, as mutable reference to a closure

Aliased Type§

struct InProcessExecutor<'a, H, OT, S> { /* private fields */ }