[PR #53] [MERGED] Tweak application tasks #604

Closed
opened 2026-03-02 23:49:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/53
Author: @aome510
Created: 6/11/2022
Status: Merged
Merged: 6/11/2022
Merged by: @aome510

Base: masterHead: tweak-app-tasks


📝 Commits (5)

  • dc5635c make start_player_event_watchers async
  • cb33679 Merge branch 'master' into tweak-app-tasks
  • 610331e use flume to replace tokio channels
  • b8a0a82 use blocking sends on app startup
  • de96ad9 apply cargo fmt

📊 Changes

11 files changed (+151 additions, -150 deletions)

View changed files

📝 Cargo.lock (+3 -2)
📝 spotify_player/Cargo.toml (+1 -0)
📝 spotify_player/src/client/handlers.rs (+46 -36)
📝 spotify_player/src/client/mod.rs (+2 -3)
📝 spotify_player/src/event/mod.rs (+24 -30)
📝 spotify_player/src/event/page.rs (+9 -9)
📝 spotify_player/src/event/popup.rs (+19 -18)
📝 spotify_player/src/event/window.rs (+6 -6)
📝 spotify_player/src/main.rs (+31 -35)
📝 spotify_player/src/media_control.rs (+5 -5)
📝 spotify_player/src/streaming.rs (+5 -6)

📄 Description

Changes

  • use flume channels to replace tokio::sync channels
  • make client::start_player_event_watchers async

🔄 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/aome510/spotify-player/pull/53 **Author:** [@aome510](https://github.com/aome510) **Created:** 6/11/2022 **Status:** ✅ Merged **Merged:** 6/11/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `tweak-app-tasks` --- ### 📝 Commits (5) - [`dc5635c`](https://github.com/aome510/spotify-player/commit/dc5635cbd37b206d3ddf38925d2be2be155ab11c) make `start_player_event_watchers` async - [`cb33679`](https://github.com/aome510/spotify-player/commit/cb33679eb18eaf7e99fe5fe8ac20f389027a3cfa) Merge branch 'master' into tweak-app-tasks - [`610331e`](https://github.com/aome510/spotify-player/commit/610331ead28e634f0ec14d6d04cb5371e72e0f9c) use `flume` to replace `tokio` channels - [`b8a0a82`](https://github.com/aome510/spotify-player/commit/b8a0a82278da78571b822afefa6d85a3907aafd8) use blocking sends on app startup - [`de96ad9`](https://github.com/aome510/spotify-player/commit/de96ad91395f02371a3157c11aad4b712e3c6c2d) apply cargo fmt ### 📊 Changes **11 files changed** (+151 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -2) 📝 `spotify_player/Cargo.toml` (+1 -0) 📝 `spotify_player/src/client/handlers.rs` (+46 -36) 📝 `spotify_player/src/client/mod.rs` (+2 -3) 📝 `spotify_player/src/event/mod.rs` (+24 -30) 📝 `spotify_player/src/event/page.rs` (+9 -9) 📝 `spotify_player/src/event/popup.rs` (+19 -18) 📝 `spotify_player/src/event/window.rs` (+6 -6) 📝 `spotify_player/src/main.rs` (+31 -35) 📝 `spotify_player/src/media_control.rs` (+5 -5) 📝 `spotify_player/src/streaming.rs` (+5 -6) </details> ### 📄 Description ## Changes - use `flume` channels to replace `tokio::sync` channels - make `client::start_player_event_watchers` async --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:00 +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/spotify-player#604
No description provided.