oslo.messaging/oslo_messaging/tests/drivers/pika
dukhlov 4275044b0d Implements pika thread safe connection
ThreadSafePikaConnection works over SelectConnection which has
asynchronous interface and provides synchronous interface
It allows to use single connection in concurrent environment
with nonblocking io approach. For this goal internal thread is added
for processing ioloop.

Also this approach allows to remove poller's thread and use ioloop's thread
for calling on_incoming calbacks. It is also done by this patch

This patch is important to use single connection for whole process in future

Change-Id: I12c16715f6bf8a99e438bc054f9d0132a09cecf3
Depends-On: I41a768c5624fa2212257ce20bf9a67d09de0c4ab
2016-04-23 13:14:58 +03:00
..
__init__.py Adds tests for pika_message.py 2015-12-19 18:42:10 -05:00
test_message.py Replace expriration_time by timer 2016-04-04 14:44:02 +03:00
test_poller.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00