Type Alias TaskFn

Source
pub type TaskFn<A, T> = Arc<Box<dyn Send + Sync + Fn(A, Receiver<()>) -> FnReturn<T> + 'static>>;

Aliased Typeยง

struct TaskFn<A, T> { /* private fields */ }