Files
@ r23587:821735a25dec
Branch filter:
Location: cpp/openttd-patchpack/source/src/linkgraph/init.h
r23587:821735a25dec
557 B
text/x-c
Codechange: Replace custom thread code with C++11 thread objects.
We assume a conforming C++11 compiler environment that has a valid <thread>-header.
Failure to run a real thread is handled gracefully.
We assume a conforming C++11 compiler environment that has a valid <thread>-header.
Failure to run a real thread is handled gracefully.