You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run all ready tasks prior to calling poll in poll_loop.py (#84)
This ensures we make as much progress as possible and accumulate as many
`pollable`s as possible prior to calling `poll`. Previously, we were
accidentally limiting concurrency (and potentially getting stuck in cases where
there were interdepdencencies between tasks) by only running one task per loop.
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
0 commit comments