Describe your motivation
ListSignal can also have support for insertion:
- at the beginning
- before or after a certain item
- exactly between two specific items
Describe the solution you'd like
I would expect inserting
- at the beginning -> to be done in an atomic way, and always succeeds.
- before or after a certain item -> to be done in an atomic way, and always succeeds, unless the reference item is removed.
- exactly between two specific items -> to be done in an atomic way, and succeeds only if there's no other item between the reference items.
Describe alternatives you've considered
N/A
Additional context
No response