Skip to content

Commit 8d2fb83

Browse files
committed
增加 PyZMQ
1 parent 19219df commit 8d2fb83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libs/python.wiki

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,14 @@ gevent.joinall(jobs, timeout=2)
884884
print([job.value for job in jobs])
885885
</source>
886886

887+
<h4>PyZMQ</h4>
888+
889+
Home:[https://github.com/zeromq/pyzmq]
890+
891+
这是 ZMQ(ZeroMQ)的 Python 封装库。同时支持 Python2 和 Python3。
892+
893+
PyZMQ 2.2 之后的版本同时支持 ZMQ 的 3.x 和 4.x 版本。
894+
887895
----
888896

889897
= 6 数据库 =

0 commit comments

Comments
 (0)