Skip to main content

TaskFn

Type Alias TaskFn 

Source
pub type TaskFn<M> = fn() -> Pin<Box<dyn Future<Output = Result<M, EffectError>> + Send>>;
Expand description

Async work descriptor — fn pointer at the description boundary.