[PR #658] [MERGED] [Tokio migration] Refactor AudioFileFetch #1001

Closed
opened 2026-02-27 20:00:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/658
Author: @Johannesd3
Created: 2/28/2021
Status: Merged
Merged: 3/17/2021
Merged by: @sashahilton00

Base: tokio_migrationHead: refactor-audio-file-fetch


📝 Commits (2)

  • e71a004 Refactor AudioFileFetch using async/await
  • ca255c1 Split file fetch.rs

📊 Changes

3 files changed (+964 additions, -1112 deletions)

View changed files

audio/src/fetch.rs (+0 -1112)
audio/src/fetch/mod.rs (+509 -0)
audio/src/fetch/receive.rs (+455 -0)

📄 Description

Refactors AudioFileFetch using async/await (more details in the commit message). Furthermore, fetch.rs was split in two files.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/658 **Author:** [@Johannesd3](https://github.com/Johannesd3) **Created:** 2/28/2021 **Status:** ✅ Merged **Merged:** 3/17/2021 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `tokio_migration` ← **Head:** `refactor-audio-file-fetch` --- ### 📝 Commits (2) - [`e71a004`](https://github.com/librespot-org/librespot/commit/e71a004e93d9376bb30834416cdd9248ad521246) Refactor AudioFileFetch using async/await - [`ca255c1`](https://github.com/librespot-org/librespot/commit/ca255c17f06801ad9b79259233bd7a6b952b3942) Split file fetch.rs ### 📊 Changes **3 files changed** (+964 additions, -1112 deletions) <details> <summary>View changed files</summary> ➖ `audio/src/fetch.rs` (+0 -1112) ➕ `audio/src/fetch/mod.rs` (+509 -0) ➕ `audio/src/fetch/receive.rs` (+455 -0) </details> ### 📄 Description Refactors `AudioFileFetch` using `async`/`await` (more details in the commit message). Furthermore, `fetch.rs` was split in two files. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#1001
No description provided.