Skip to main content

WorkflowFuture

Type Alias WorkflowFuture 

Source
pub type WorkflowFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Expand description

A boxed, sendable workflow execution future.

Aliased Typeยง

pub struct WorkflowFuture<'a, T> { /* private fields */ }