# Gevent Connection Adapter

> [!WARNING]
> `GeventConnection` is deprecated and will be removed in Pika 2.0. Use
> [`Connection`](thread_safe.md) instead, which runs its own IOLoop
> on a background thread and works with any framework, including Gevent.

::: pika.adapters.gevent_connection

Be sure to check out the [asynchronous examples](../../examples.md).

There is no specific Gevent example yet.

## Class Reference

::: pika.adapters.gevent_connection.GeventConnection
    options:
      members: true
      inherited_members: true
