From 4b58157facad8480926ca9c4a8bb5b4c55d5eb5e Mon Sep 17 00:00:00 2001 From: Tonus Date: Mon, 11 Aug 2025 10:29:46 +0700 Subject: python/python3-janus: Added (Thread-safe asyncio-aware queue). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-janus/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python3-janus/README (limited to 'python/python3-janus/README') diff --git a/python/python3-janus/README b/python/python3-janus/README new file mode 100644 index 0000000000..0c9abca713 --- /dev/null +++ b/python/python3-janus/README @@ -0,0 +1,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. -- cgit v1.2.3