cuelsp
cuelsp copied to clipboard
Manage concurrency on plan loading
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