Wykres commitów

1 Commity (829f53dc9ea633f3a906cc078027fe7c5248b04e)

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