Add functions for running multiple commands consecutively #11

Open
opened 2025-01-06 14:35:49 +01:00 by oysteikt · 0 comments
Owner

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

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: https://git.pvv.ntnu.no/Projects/greg-ng/src/commit/8ac630e776caa8eac9933f043350cbaec64aaa90/src/api/websocket_v1.rs#L358-L367 Also slightly relevant further up the chain: https://git.pvv.ntnu.no/Projects/gergle/issues/19
oysteikt added the
feature request
good first issue
labels 2025-01-10 18:57:40 +01:00
Sign in to join this conversation.
No description provided.