729ffffa3e
Fixes #6001. The generator can create multiple agents that all write in parallel to the same file, which results in garbage. Share the same File instance with a Mutex around it and lock the file until you've written one whole line. |
||
---|---|---|
.. | ||
point_generation.rs |