File: select.rst

package info (click to toggle)
python-pika 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,064 kB
  • sloc: python: 20,886; makefile: 136
file content (18 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
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: