Add functions for running multiple commands consecutively #11
Labels
No Label
art
big
blocked
bug
ci-cd
crash report
disputed
documentation
duplicate
feature request
good first issue
me gusta
packaging
question
security
techdebt spring cleaning
testing
ui/ux
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Grzegorz/mpvipc-async#11
Loading…
Reference in New Issue
Block a user
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?
You should be able to provide a list of commands that will run in an isolated interval, without mixing in other commands inbetween.
This is useful for things like removing multiple songs at once without messing up the index order, and to avoid keeping commands synchronized above the library.
See for example:
8ac630e776/src/api/websocket_v1.rs (L358-L367)
Also slightly relevant further up the chain: Projects/gergle#19