mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
no boxear
This commit is contained in:
parent
26b9f4b17f
commit
c7a578d8cc
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ async fn fetch_list(pool: &Pool, links: Vec<String>) -> Counters {
|
|||
let client = client.clone();
|
||||
tokio::spawn(fetch_and_save(client, url, pool))
|
||||
})
|
||||
// https://github.com/rust-lang/rust/issues/89976#issuecomment-1073115246
|
||||
.boxed()
|
||||
.buffer_unordered(n_coroutines)
|
||||
.fold(Counters::default(), move |x, y| {
|
||||
let ret = y.unwrap();
|
||||
|
|
Loading…
Reference in a new issue