mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
![Alexander Tkachev](/assets/img/avatar_default.png)
It now keeps newly added Requests in separate array, so iterators don't break when one adds a Request while ConnMan iterates its array. The array is also shielded with mutex.