summary refs log tree commit diff stats
path: root/results/scraper/fex/925
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/925')
-rw-r--r--results/scraper/fex/9254
1 files changed, 4 insertions, 0 deletions
diff --git a/results/scraper/fex/925 b/results/scraper/fex/925
new file mode 100644
index 000000000..f811e9118
--- /dev/null
+++ b/results/scraper/fex/925
@@ -0,0 +1,4 @@
+Switch our threading over to pthreads to fix misbehaving threads.
+Civ6 needs this.

+Also various other bugs occur because of std::thread and pthread desync.

+We can think about the idea of switching to raw clone later.