karimsa/rsxjs

Add support for basic lists

Closed this issue · 1 comments

Similar to redis' simple lists with RPOP & RPUSH - can do this easily with LinkedLists in memory. Will be a bit trickier when using in-browser stores, but still possible.

If we can support proper blocking pops, then mutexes can be queue-based instead of requiring spinning.