mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #16] [MERGED] Improve client performance with parellelism #575
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#575
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/16
Author: @aome510
Created: 10/19/2021
Status: ✅ Merged
Merged: 10/19/2021
Merged by: @aome510
Base:
master← Head:improve-client-performance📝 Commits (5)
27dccecimproveclient::searchperformance with parellelism15c625dhandle each client request in a separated tokio task349b247addstate::SimplifiedPlaybacka3bf455change the context update condition insideclient::watch_player_eventsfd0ab70undo unnecessary change📊 Changes
3 files changed (+76 additions, -58 deletions)
View changed files
📝
spotify_player/src/client/handlers.rs(+9 -4)📝
spotify_player/src/client/mod.rs(+48 -54)📝
spotify_player/src/state/player.rs(+19 -0)📄 Description
Brief description of changes
tokio::Taskto search for each item type inclient::searchtokio::Taskto handle eachevent::ClientRequest🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.