1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Select Connection Adapter
==========================
Asynchronous adapter without third-party dependencies.
Interacting with Pika from another thread
-----------------------------------------
``pika.SelectConnection``'s I/O loop provides ``add_callback_threadsafe()`` to allow interacting with Pika from another thread.
Class Reference
----------------
.. automodule:: pika.adapters.select_connection
.. autoclass:: pika.adapters.select_connection.SelectConnection
:members:
:inherited-members:
|