文件名称:gtornado 使tornado支持调用阻塞IO时不阻塞
文件大小:15KB
文件格式:ZIP
更新时间:2021-05-09 07:50:23
python
使tornado支持调用阻塞IO时不阻塞,将阻塞调用异步化,并可以直接使用coroutine风格的写法,同时使用greenify对原来使用C写的库IO异步化
【文件预览】:
read.t
.travis.yml
LICENSE
setup.py
README.md
gtornado
----redis.py(862B)
----green.py(11KB)
----handler.py(314B)
----utils.py(300B)
----memcache.py(1KB)
----mysql.py(3KB)
----__init__.py(102B)
----requests.py(752B)
tests
----test_greenify.py(960B)
----test_mysqldb.py(2KB)
----test.py(2KB)
----requirements.txt(65B)
----test_requests.py(1KB)
----test_pure_mysql.py(818B)
----test_redis.py(2KB)
----README.md(168B)
----test_handler.py(2KB)
----orm_storm.py(1KB)
----test_travis.py(847B)
----test_memcache.py(450B)
----test.sql(593B)
.gitignore