Wykres commitów

1 Commity (340b3772a7fe7061fd89f080b70d8a8bd0188a9c)

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