(&self, request: AudioPlaybackRequest<'_>)
| 234 | .name("perro_pawdio_audio".to_string()) |
| 235 | .spawn(move || { |
| 236 | run_audio_worker( |
| 237 | static_audio_lookup, |
| 238 | player_factory, |
| 239 | &rx, |
| 240 | &startup_tx, |
| 241 | &loaded_for_thread, |
| 242 | ); |
no test coverage detected