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
I was wondering if there's a sync API or atleast plans for it with a feature gate. kinda like reqwest. it can use async under the hood, but be simple and blocking on the surface. I am kind of noob, and would like to avoid all the thinking overhead that comes with async :( . especially when i am doing tiny relatively straightforward projects.
The text was updated successfully, but these errors were encountered:
I was wondering if there's a sync API or atleast plans for it with a feature gate. kinda like reqwest. it can use async under the hood, but be simple and blocking on the surface. I am kind of noob, and would like to avoid all the thinking overhead that comes with async :( . especially when i am doing tiny relatively straightforward projects.
The text was updated successfully, but these errors were encountered: