Type Alias workflow_task::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 */ }