mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 08:12:36 +03:00
1388fe1cf9
A long running initialization of the component blocks the execution significantly. Removed the `BlockingInitialization` and replaced it with a more fine grained locking. # Important Notes Added a simple workaround for potential slow initialization of backend - more retries. We should have a better UX in that case anyway, but due to absence of work on that in old GUI, this will have to do. The main should be problem should be addressed already by other backend changes. Changes in `app` should only be treated as _just in case something bad happens_. |
||
---|---|---|
.. | ||
controller | ||
ide | ||
model | ||
presenter | ||
transport | ||
config.rs | ||
constants.rs | ||
controller.rs | ||
ide.rs | ||
integration_test.rs | ||
lib.rs | ||
model.rs | ||
presenter.rs | ||
profile_workflow.rs | ||
retry.rs | ||
sync.rs | ||
test.rs | ||
tests.rs | ||
transport.rs |