• Alexander Vasin's avatar
    Fixed typo (GH-11522) · ceb842e1
    Alexander Vasin yazdı
    
    
    Given example does not run, loop variable is missing.
    
    Secondly, this is bad example how to handle shutdown signal, because it would cause `RuntimeError: Event loop stopped before Future completed.`
    
    Perhaps it would be better to cancel all tasks instead of closing loop directly?
    
    Did not create issue, because question is quite simple.
    ceb842e1
asyncio-eventloop.rst 52.3 KB