Wykres commitów

1 Commity (e4396247480dc0be0747dae1c509dfb09bdc4444)

Autor SHA1 Wiadomość Data
Peter Hinch 65605e3de8 uasyncio: Add test showing I/O scheduling starvation.
If there is a coroutine to run immediately (with wait delay <= 0),
uasyncio.core never calls .wait() method, which is required to
process I/O events (and schedule coroutines waiting for them).

This test demonstrates the problem.
2017-08-20 16:36:15 +03:00