Use .then() combinator to override the result and return Ok(()) even if the task fails. That allows us to use join_all instead of the custom written collect_futures function. |
||
|---|---|---|
| .. | ||
| models | ||
| database.rs | ||
| dbqueries.rs | ||
| errors.rs | ||
| feed.rs | ||
| lib.rs | ||
| parser.rs | ||
| pipeline.rs | ||
| schema.rs | ||
| utils.rs | ||