ARK-Navigator icon indicating copy to clipboard operation
ARK-Navigator copied to clipboard

Asynchronous writing to tags storage

Open kirillt opened this issue 3 years ago • 0 comments

At the moment, after tags are changed for a resource, we wait till new state of tags storage is written into filesystem. We can update the storage file in background allowing user to continue working. Right now there is slight delay less than 0.5 sec after applying new tags which can be removed. We must ensure that such coroutines complete even in case of a crash, because we can't afford to lose user's data. So this features depends on #173.

kirillt avatar Dec 28 '21 08:12 kirillt