For now the app uses a single store instance and all actions are outlined by a single go-routine. It would be nice to get rid of this as it will be a bottleneck on high load and it shouldn't be needed anyway. There should be enough atomic operations on filesystem level to make this work.