src/Pure/Concurrent/ROOT.ML
author haftmann
Mon, 16 Feb 2009 19:11:55 +0100
changeset 29940 83b373f61d41
parent 29118 8f2481aa363d
permissions -rw-r--r--
more default simp rules for sgn

(*  Title:      Pure/Concurrent/ROOT.ML
    Author:     Makarius

Concurrency within the ML runtime.
*)

use "simple_thread.ML";
use "synchronized.ML";
use "mailbox.ML";
use "task_queue.ML";
use "future.ML";
use "par_list.ML";
if Multithreading.available then () else use "par_list_dummy.ML";