# MultiCursorBuffer

> **Class** in `langgraph_sdk`

📖 [View in docs](https://reference.langchain.com/python/langgraph-sdk/stream/multi_cursor_buffer/MultiCursorBuffer)

## Signature

```python
MultiCursorBuffer(
    self,
)
```

## Extends

- `AsyncIterable[T]`
- `Generic[T]`

## Constructors

```python
__init__(
    self,
) -> None
```


## Methods

- [`push()`](https://reference.langchain.com/python/langgraph-sdk/stream/multi_cursor_buffer/MultiCursorBuffer/push)
- [`close()`](https://reference.langchain.com/python/langgraph-sdk/stream/multi_cursor_buffer/MultiCursorBuffer/close)

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/1a9baae9592e0c21336f6e09c891ba75481fd657/libs/sdk-py/langgraph_sdk/stream/multi_cursor_buffer.py#L18)