Skip to content

[Request] Add Async Result handling to make sure we can handle promises better #1

Description

@mikkurogue

At the moment we have the function fromThrowable that will use just check to see if a function can throw something it will catch these errors and return a Result<T, E> from this. However I think it might be a good idea to use a ResultAsync<T,E> as well, with the necessary functions to handle async/promise based functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions