Michael Schimmel 0e2bf7e2aa Spawn read_from_zip on blocking thread
Adds `Send + 'static` bounds to `R` in `read_from_zip` and moves the
file
operations to a Tokio blocking task. This prevents blocking the async
runtime
when reading large zip archives.

Also, updates the `load_symbol_async` function to handle data loading
concurrently and stream chunks of data back to the UI. The `loaded_data`
field is changed from `Option<Arc<Vec<DataPoint<OhlcItem>>>>` to
`Vec<DataPoint<OhlcItem>>`.
The sender and receiver for data updates are also adjusted to handle
streaming
chunks.
2026-02-16 15:12:29 +01:00
2026-02-16 02:03:06 +01:00
S
Description
No description provided
146 KiB
Languages
Rust 100%