aboutsummaryrefslogtreecommitdiff
path: root/python/python3-janus/README
blob: 0c9abca71352019265093490f9d1089ee3fffe54 (plain)
1
2
3
4
5
6
7
8
9
Mixed sync-async queue, supposed to be used for communicating between
classic synchronous (threaded) code and asynchronous (in terms of
asyncio) one.

Like Janus god the queue object from the library has two faces:
synchronous and asynchronous interface.

Synchronous is fully compatible with standard queue, asynchronous one
follows asyncio queue design.