author | wenzelm |
Tue, 13 Feb 2024 21:28:08 +0100 | |
changeset 79601 | 3430787e0620 |
parent 79596 | 1b3770369ee7 |
child 79602 | 9ba800f12785 |
--- a/src/Pure/Concurrent/multithreading.ML Wed Feb 14 08:31:24 2024 +0100 +++ b/src/Pure/Concurrent/multithreading.ML Tue Feb 13 21:28:08 2024 +0100 @@ -1,7 +1,9 @@ (* Title: Pure/Concurrent/multithreading.ML Author: Makarius -Multithreading in Poly/ML (cf. polyml/basis/Thread.sml). +Multithreading in Poly/ML, see also + - $ML_SOURCES/basis/Thread.sml: numPhysicalProcessors + - $ML_SOURCES/libpolyml/processes.cpp: PolyThreadNumPhysicalProcessors *) signature MULTITHREADING =