TaskResult
Defined in: Core/TaskResult.ts:17
A Task that can fail with an error of type E or succeed with a value of type A. Combines async operations with typed error handling.
Type Parameters
Section titled “Type Parameters”E
A
Defined in: Core/TaskResult.ts:17
A Task that can fail with an error of type E or succeed with a value of type A. Combines async operations with typed error handling.
E
A