Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
lolengine
/
lol
mirror da
https://github.com/lolengine/lol
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Assume a system always has threads unless LOL_NOTHREADS is defined.
For more information the user can rely on std:
🧵
:hardware_concurrency().
pull/1/head
Sam Hocevar
4 anni fa
parent
2c61a5e805
commit
c19f584e26
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
include/lol/private/sys/threading.h
+ 1
- 1
include/lol/private/sys/threading.h
Vedi File
@@ -60,7 +60,7 @@ public:
// of threads/cores even though the system cannot spawn threads.
return false;
#endif
return !disable_threads
&& std::thread::hardware_concurrency() > 1
;
return !disable_threads;
}
private:
Scrivi
Anteprima
Caricamento…
Annulla
Salva