cuelsp icon indicating copy to clipboard operation
cuelsp copied to clipboard

Manage concurrency on plan loading

Open TomChv opened this issue 3 years ago • 0 comments

Currently plan loading is not concurrency compliant.

This could be problematic because a user can open two plan in a click. Since the loading is done by reading the file system, we should handle concurrency.

A way could be to use Dagger loader instead of our custom one

TomChv avatar May 30 '22 11:05 TomChv