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
presently the only thing that requires it to be async is the round-trip to the metadata service (either on GCP, or on Azure), which normally is a very quick operation (def under 1ms).
so we can just use reqwest::blocking::get for that.