Skip to main content

Installation

Install Tryo using your favorite package manager:

Basic Usage

Tryo provides a simple way to handle async operations safely.

Using run directly

For simple use cases, you can use the run function directly:

Using tryo

For more advanced configurations and reuse, create a Runner instance:

Next Steps

Now that you have Tryo installed, explore these key features:

Error Handling

Learn how Tryo normalizes and handles errors.

Retry Logic

Configure smart retry strategies for your operations.

Concurrency

Run multiple tasks with controlled parallelism.

React Integration

See how to use Tryo with React hooks.