This series of videos introduces AsyncIO to Python programmers who haven't used it yet. Like the Song of Ice and Fire, we're at five released instalments. Yes, we plan to have more but until the author delivers, let's not get ahead of ourselves!
This time around we cover:
async context managers and "async with";
async iterators and "async for";
async generators and why they are the best;
making network connections;
serving network requests;
task coordination with queues;
synchronisation primitives: locks, events, semaphores, and conditions.
コメント