goless:建立在无堆栈Python之上的类似Go的语义

时间:2021-05-02 19:21:43
【文件属性】:
文件名称:goless:建立在无堆栈Python之上的类似Go的语义
文件大小:43KB
文件格式:ZIP
更新时间:2021-05-02 19:21:43
Python 死气沉沉 使用goless库,您可以使用Python编写语言风格的并发程序。 goless为通道,选择和goroutine提供功能。 goless允许您以熟悉且舒适的Python语言使用Go优美而优雅的并发编程模型。 goless在gevent , PyPy或Stackless Python之上工作。 它可以与PyPy,CPython和无堆栈Python解释器以及Python 2.6到3.4一起使用。 goless有大量的,和。 有关更多信息,请参见 。
【文件预览】:
goless-master
----MANIFEST.in(28B)
----.travis.yml(2KB)
----README.rst(1KB)
----requirements-dev.txt(114B)
----.coveragerc(101B)
----benchmark.py(2KB)
----tests()
--------test_channels.py(7KB)
--------test_examples.py(2KB)
--------test_backends.py(3KB)
--------__init__.py(642B)
--------test_goless.py(1KB)
--------test_select.py(4KB)
----tox.ini(1KB)
----DEVELOPERS.rst(2KB)
----write_benchresults.py(4KB)
----requirements.txt(0B)
----benchmark.go(3KB)
----goless()
--------backends.py(8KB)
--------selecting.py(3KB)
--------compat.py(432B)
--------__init__.py(2KB)
--------channels.py(8KB)
----doc()
--------conf.py(8KB)
--------make.bat(6KB)
--------_templates()
--------benchtable.rst(3KB)
--------Makefile(7KB)
--------index.rst(8KB)
--------_static()
----examples()
--------simple.py(555B)
--------producer_consumer.py(985B)
--------pipeline.py(1KB)
--------coroutine.py(787B)
--------parallel_for.py(1KB)
--------futures.py(2KB)
----setup.py(1KB)
----.gitignore(544B)
----LICENSE.txt(11KB)

网友评论