Fiber<'error, 'value>Record
PackageAxial
Represents a handle to a workflow that has already been started.
Fields
| Name | Type | Description |
|---|---|---|
| Metadata | Metadata | Diagnostic metadata for the running fiber. |
| ExitTask | ExitTask | The asynchronous operation that completes with the workflow's final exit outcome. |
| InterruptSource | InterruptSource | The cancellation source used by Flow.interrupt to signal interruption. |

