python:asyncio
This is an old revision of the document!
ASYNCIO
Asyncio uses cooperative multitasking to achieve concurrency. When our application reaches a point where it could wait a while for a result to come back, we explicitly mark this in code.
python/asyncio.1765459134.txt.gz · Last modified: by v1ctor
