-
Notifications
You must be signed in to change notification settings - Fork 285
Define Poller in azure_core::http #2458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm thinking this is just a custom implementation of a |
For reference,
Need to prototype some options because I'm not sure if actually defining a /cc @analogrelay in case she has any thoughts. |
I do like the idea of being able to directly await a |
Good thing to test, yeah (about We should probably implement
|
Talking with @JeffreyRichter about Go's
|
As part of the big refactoring for beta.2, I not only moved the LRO stuff but renamed it. Seems I forgot to move
Lro
to aPoller
object...or maybe we didn't even have that before and needed to implement that yet. All the support types and functions are there.The text was updated successfully, but these errors were encountered: