On each retrieval of the `async_stream!` on the client side, send an event notifier to the frontend to display update progress in webview/src/lib/modals/Processing.svelte #132
Given that scheduling is done with an async_stream!, we can notify the client when we get each response RPC from the backend server and update a progress bar, instead of infinitely ticking a spinner of death.
Given that scheduling is done with an
async_stream!
, we can notify the client when we get each response RPC from the backend server and update a progress bar, instead of infinitely ticking a spinner of death.