You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(core): asyncify run operation in FileRunService #146
The commit updates the `FileRunService` by introducing asynchronous execution using `CompletableFuture`. It removes the temporary flag and directly sets the configuration as temporary. Additionally, the `RunServiceTask` now accepts a `CompletableFuture` and completes it with the result of the run operation. This change enhances the run operation by enabling asynchronous handling of the run task.
0 commit comments