Michael Schimmel b6a559b8bc Add Sync bound to DataServer Generic
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.
2026-02-16 16:18:49 +01:00
2026-02-16 16:18:49 +01:00
2026-02-16 02:03:06 +01:00
S
Description
No description provided
146 KiB
Languages
Rust 100%