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
In JS hosts, implementing poll_list as blocking requires some asyncify work.
It could be nice to have a non-blocking alternative to poll_list that could be used as part of an actual polling scheme, if that kind of a model would be worth considering.
Just being able to inspect if a poll is ready should be enough to support this.