mirror of
https://github.com/TokTok/c-toxcore
synced 2026-03-30 20:15:43 +00:00
- Add `MpscQueue` for thread-safe task scheduling. - Add `ToxRunner` to execute Tox instances in dedicated threads. - Update `Simulation` to coordinate time steps across multiple runners using a synchronization barrier. - Refactor `FakeMemory` and `FakeClock` to be thread-safe. - Update `tox_network` helpers and tests to utilize the threaded runner infrastructure.