Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Debian package build scripts for python-aioeventlet project

License

Notifications You must be signed in to change notification settings

openstack-archive/deb-python-aioeventlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df7b721 · Feb 22, 2016
Feb 22, 2016
Feb 22, 2016
Nov 7, 2014
Feb 22, 2016
Nov 19, 2014
Dec 18, 2014
Dec 2, 2014
Dec 2, 2014
Feb 22, 2016
Dec 12, 2014
Nov 19, 2014
Feb 22, 2016
Feb 22, 2016

Repository files navigation

aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes
possible to write asyncio code in a project currently written for eventlet.

aioeventlet allows to use greenthreads in asyncio coroutines, and to use
asyncio coroutines, tasks and futures in greenthreads: see ``link_future()``
and ``wrap_greenthread()`` functions.

The main visible difference between aioeventlet and trollius is the behaviour
of ``run_forever()``: ``run_forever()`` blocks with trollius, whereas it runs
in a greenthread with aioeventlet. It means that aioeventlet event loop can run
in an greenthread while the Python main thread runs other greenthreads in
parallel.

* `aioeventlet documentation <http://aioeventlet.readthedocs.org/>`_
* `aioeventlet project in the Python Cheeseshop (PyPI)
  <https://pypi.python.org/pypi/aioeventlet>`_
* `aioeventlet project at Bitbucket <https://bitbucket.org/haypo/aioeventlet>`_
* Copyright/license: Open source, Apache 2.0. Enjoy!

About

Debian package build scripts for python-aioeventlet project

Resources

License

Stars

Watchers

Forks

Packages

No packages published