---
name: futured
description: >
  Functional interface for concurrent futures, including async coroutines. Use when writing Python code that uses the futured package.
license: Apache-2.0
compatibility: Requires Python >=3.11.
---

# futured

Functional interface for concurrent futures, including async coroutines.

## Installation

```bash
pip install futured
```

## API overview

### Classes

- `futured`
- `threaded`
- `processed`
- `asynced`
- `command`

### Functions

- `decorated`
- `forked`

## Resources

- [Full documentation](https://coady.github.io/futured/)
- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
