b6a559b8bc234171c1d3603eb0d826f8d205d100
The `DataServer` struct's generic type `T` now requires the `Sync` trait bound. This allows `DataServer` instances to be safely shared across multiple threads. Additionally, data loading from zip archives has been moved to a `spawn_blocking` task to avoid blocking the main Tokio runtime thread. This improves responsiveness when dealing with large data files.
Description
No description provided
Languages
Rust
100%