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
Long-running operations, like loading of many demos in a demo directory, should report real-time progress to the user.
Implementation notes:
We need to dispatch a Tauri event in the backend when the progress changes, and need to subscribe to these events in the frontend after starting a Tauri command.
The text was updated successfully, but these errors were encountered:
Long-running operations, like loading of many demos in a demo directory, should report real-time progress to the user.
Implementation notes:
We need to dispatch a Tauri event in the backend when the progress changes, and need to subscribe to these events in the frontend after starting a Tauri command.
The text was updated successfully, but these errors were encountered: