Introduction ============ Pyjo-Reactor-Asyncio -------------------- Low level event reactor with asyncio support for Pyjoyment. Pyjoyment --------- An asynchronous, event driver web framework for the Python programming language. Pyjoyment provides own reactor which handles I/O and timer events in its own main event loop but it supports other loops, ie. *libev* or *asyncio*. See http://www.pyjoyment.net/ asyncio ------- This module provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives. The asyncio module was designed in :pep:`3156`. For a motivational primer on transports and protocols, see :pep:`3153`. See http://asyncio.org/ Trollius -------- Trollius is a portage of the ``asyncio`` project (:pep:`3156`) on Python 2. Trollius works on Python 2.6-3.5. See https://trollius.readthedocs.org/