History log of /seL4-l4v-master/l4v/isabelle/src/Pure/Concurrent/par_list.scala
Revision Date Author Comments
# d8624f0f 06-Nov-2015 wenzelm <none@none>

tuned;


# 7e306ec2 03-Nov-2015 wenzelm <none@none>

prefer Isabelle/Scala Future;


# ebff3653 03-Nov-2015 wenzelm <none@none>

clarified modules;

--HG--
rename : src/Pure/Concurrent/simple_thread.ML => src/Pure/Concurrent/standard_thread.ML
rename : src/Pure/Concurrent/simple_thread.scala => src/Pure/Concurrent/standard_thread.scala


# 4d3d96b2 11-Dec-2014 wenzelm <none@none>

tuned;


# 2b8430c6 11-Dec-2014 wenzelm <none@none>

added Par_List in Scala, in accordance to ML version;
system property "isabelle.threads" determines size of Scala thread pool, like system option "threads" for ML;
avoid ".par" framework with its hard-wired thread pool, which also has problems with cancellation;
tuned;