src/Pure/Concurrent/ROOT.ML
author wenzelm
Fri, 02 Jan 2009 23:28:47 +0100
changeset 29328 eba7f9f3b06d
parent 29118 8f2481aa363d
permissions -rw-r--r--
tuned message_text;

(*  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";