Links tagged “event-loop”
5 links, newest first.
blog.kgriffs.com
Language-agnostic explanation of how asynchronous I/O differs from blocking I/O, built on a fast-food counter analogy, and which workloads actually gain from it.
glyph.twistedmatrix.com
An argument that asyncio does not make Twisted obsolete, since Twisted is a full application platform where asyncio is only an event-loop kernel.
uvloop.readthedocs.io
Documentation for uvloop, a fast drop-in replacement for the built-in asyncio event loop, written in Cython on top of libuv.
docs.python.org
Python's asyncio event loop reference — scheduling callbacks, network I/O, subprocesses, executors and the available loop implementations.
ntoll.org
An introduction to asyncio as it landed in Python 3.4 — event loop, coroutines, futures and tasks — with worked non-blocking network examples.




