# AsyncResult

`import { AsyncResult } from "destack:async";`

Async recoverable success or failure.

```ds title="AsyncResult"
export newtype AsyncResult<T, E> = Task<Result<T, E>>
```

[language/library/src/async/result.ds:10](https://github.com/destack-sh/destack/blob/main/language/library/src/async/result.ds#L10)
