Optional
params: TaskParamsReadonly
_tag: stringRun an async operation with explicit try/catch/finally semantics Returns a raw Promise that can interact with traditional Promise-based code
Create a failed Task result
Convert a Promise-returning function to a Task-compatible function
Create a successful Task result
Run a synchronous operation with explicit try/catch/finally semantics Returns an Either for functional error handling
Convert a Task result to a Promise
Task adapter for bridging promise-based code with functional error handling patterns