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
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
The name "oneoff" was never very evocative, so I propose we rename it to poll_list because it polls a list of pollables.
Also, for convenience because it's a common case when writing simple examples and when compiling blocking code, I propose we add a poll_one function that just takes one pollable.
I'd ideally like to make these changes at the same time as converting to resources, to minimize churn in downstream users.
The name "oneoff" was never very evocative, so I propose we rename it to
poll_listbecause it polls a list of pollables.Also, for convenience because it's a common case when writing simple examples and when compiling blocking code, I propose we add a
poll_onefunction that just takes one pollable.I'd ideally like to make these changes at the same time as converting to resources, to minimize churn in downstream users.