mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #255] [MERGED] reap the exit statuses from 'onevent' child processes using futures #852
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#852
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/librespot-org/librespot/pull/255
Author: @wfraser
Created: 10/16/2018
Status: ✅ Merged
Merged: 10/21/2018
Merged by: @sashahilton00
Base:
master← Head:wfraser/child-exit-wait📝 Commits (2)
eaac599reap the exit statuses from 'onevent' child processes9fa138aimplement using tokio-process instead📊 Changes
4 files changed (+88 additions, -10 deletions)
View changed files
📝
Cargo.lock(+71 -4)📝
Cargo.toml(+1 -0)📝
src/main.rs(+10 -1)📝
src/player_event_handler.rs(+6 -5)📄 Description
A better fix for #209 than #221 or #254; this uses futures rather than blocking the main thread or spawning a thread for each process.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.