# chain_future

> **Function** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/_internal/_future/chain_future)

## Signature

```python
chain_future(
    source: AnyFuture,
    destination: AnyFuture,
) -> AnyFuture
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/41341457342327166d72fc11952ab28fb61ec0bf/libs/langgraph/langgraph/_internal/_future.py#L127)