From 40fb4f70de251496b1dd7389c0eca469839e0f5b Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Tue, 30 Jun 2020 09:37:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca85d1..ccf86fe 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python service which gets tasks from [hastic-server-node](https://github.com/has ## Arhitecture -Analytics gets tasks by websockets tasks asynchoriously, then launches threads in actors with zmq messaging. +Analytics gets tasks by websockets tasks asynchoriously, then launches threads in [actors with zmq messaging](https://github.com/hastic/analytics/blob/master/analytics/utils/concurrent.py) * [asyncio](https://docs.python.org/3/library/asyncio.html) * [concurrency](https://docs.python.org/3.6/library/concurrent.futures.html#module-concurrent.futures) * [pyzmq](https://pyzmq.readthedocs.io/en/latest/)