Leaning towards "blocking". - `reqwest::blocking::Client` - `reqwest::blocking::get(url)`
-
-
Show this thread
-
Oh just remembered, curl differentiates as `easy` and `multi`...
Show this thread
End of conversation
New conversation -
-
-
Yep, I think `sync` is overloaded. Sounds way too similar to `Sink`, and I think `blocking` is the perfect name.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
request::not_async
-
(when i see a module called `foo::sync`, i tend to think "ah this is where they put the synchronization primitives", as per std)
- 1 more reply
New conversation -
-
-
That would mean current users need to change a "use reqwest::Client" to "use reqwest::blocking::Client" if they wanted to keep rest of code unchanged?
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
I would claim that anyone looking at the project and seeing `reqwest::sync` and `reqwest::async` modules would immediately know what it is about. However, I guess you want to change it so that the `async` module goes away and does need raw ident syntax to import?
-
*doesn't need
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.