Skip to content

Commit 810a89d

Browse files
committed
update Twisted detail link
1 parent 67409cb commit 810a89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ Python实现的数据库。
720720
用于网络编程的库。
721721

722722
* asyncio:(Python 标准库) 异步 I/O, 事件循环, 协程以及任务。[官网](https://docs.python.org/3/library/asyncio.html)
723-
* Twisted:一个事件驱动的网络引擎。[官网](https://twistedmatrix.com/trac/)
723+
* [Twisted](http://hao.jobbole.com/twisted/):一个事件驱动的网络引擎。[官网](https://twistedmatrix.com/trac/)
724724
* pulsar:事件驱动的并发框架。[官网](https://github.com/quantmind/pulsar)
725725
* diesel:基于Greenlet 的事件 I/O 框架。[官网](https://github.com/dieseldev/diesel)
726726
* pyzmq:一个 ZeroMQ 消息库的 Python 封装。[官网](http://zeromq.github.io/pyzmq/)

0 commit comments

Comments
 (0)