src/Pure/ML-Systems/thread_physical_processors.ML
changeset 54717 42c209a6c225
equal deleted inserted replaced
54713:6666fc0b9ebc 54717:42c209a6c225
       
     1 (*  Title:      Pure/ML-Systems/thread_physical_processors.ML
       
     2     Author:     Makarius
       
     3 
       
     4 Emulation of structure Thread in Poly/ML 5.5.2 (SVN 1890).
       
     5 *)
       
     6 
       
     7 structure Thread =
       
     8 struct
       
     9   open Thread;
       
    10 
       
    11   fun numPhysicalProcessors () : int option = NONE;
       
    12 end;