Thu, 02 Oct 2008 23:52:12 +0200 |
wenzelm |
added simple heartbeat thread;
|
file |
diff |
annotate
|
Thu, 02 Oct 2008 23:30:44 +0200 |
wenzelm |
more tuning of tracing messages;
|
file |
diff |
annotate
|
Thu, 02 Oct 2008 19:59:00 +0200 |
wenzelm |
tuned SYNCHRONIZED: outermost Exn.release;
|
file |
diff |
annotate
|
Wed, 01 Oct 2008 12:00:01 +0200 |
wenzelm |
removed release_results (cf. Exn.release_all, Exn.release_first);
|
file |
diff |
annotate
|
Tue, 30 Sep 2008 22:02:45 +0200 |
wenzelm |
renamed Future.fork_irrelevant to Future.fork_background;
|
file |
diff |
annotate
|
Mon, 29 Sep 2008 21:26:46 +0200 |
wenzelm |
added str_of;
|
file |
diff |
annotate
|
Sun, 28 Sep 2008 12:23:45 +0200 |
wenzelm |
proper setmp_thread_data for nested execute (cf. join_loop);
|
file |
diff |
annotate
|
Sun, 28 Sep 2008 00:00:55 +0200 |
wenzelm |
thread_data: include thread name, export access;
|
file |
diff |
annotate
|
Sat, 27 Sep 2008 18:18:06 +0200 |
wenzelm |
added release_results (formerly in par_list.ML);
|
file |
diff |
annotate
|
Sat, 27 Sep 2008 15:37:01 +0200 |
wenzelm |
more tracing;
|
file |
diff |
annotate
|
Tue, 23 Sep 2008 15:48:53 +0200 |
wenzelm |
join_results: special case for empty list, works without multithreading;
|
file |
diff |
annotate
|
Mon, 22 Sep 2008 15:26:14 +0200 |
wenzelm |
added is_finished;
|
file |
diff |
annotate
|
Fri, 19 Sep 2008 21:22:31 +0200 |
wenzelm |
future tasks: support boolean priorities (true = high, false = low/irrelevant);
|
file |
diff |
annotate
|
Wed, 17 Sep 2008 22:06:52 +0200 |
wenzelm |
shutdown only if Multithreading.available;
|
file |
diff |
annotate
|
Tue, 16 Sep 2008 15:37:33 +0200 |
wenzelm |
SimpleThread.fork;
|
file |
diff |
annotate
|
Thu, 11 Sep 2008 22:22:59 +0200 |
wenzelm |
cancel, shutdown: notify_all;
|
file |
diff |
annotate
|
Thu, 11 Sep 2008 21:53:53 +0200 |
wenzelm |
eliminated requests, use global state variables uniformly;
|
file |
diff |
annotate
|
Thu, 11 Sep 2008 21:04:05 +0200 |
wenzelm |
shutdown: global join-and-shutdown operation;
|
file |
diff |
annotate
|
Thu, 11 Sep 2008 18:07:58 +0200 |
wenzelm |
added focus, which indicates a particular collection of high-priority tasks;
|
file |
diff |
annotate
|
Thu, 11 Sep 2008 13:43:42 +0200 |
wenzelm |
some general notes on future values;
|
file |
diff |
annotate
|
Wed, 10 Sep 2008 23:28:09 +0200 |
wenzelm |
added interrupt_task (external id);
|
file |
diff |
annotate
|
Wed, 10 Sep 2008 21:50:30 +0200 |
wenzelm |
replaced join_all by join_results, which returns Exn.results;
|
file |
diff |
annotate
|
Wed, 10 Sep 2008 20:28:01 +0200 |
wenzelm |
workers: explicit activity flag;
|
file |
diff |
annotate
|
Wed, 10 Sep 2008 19:44:29 +0200 |
wenzelm |
future: allow explicit group;
|
file |
diff |
annotate
|
Tue, 09 Sep 2008 23:30:05 +0200 |
wenzelm |
cancel: check_scheduler;
|
file |
diff |
annotate
|
Tue, 09 Sep 2008 16:29:34 +0200 |
wenzelm |
inherit group from running thread, or create a new one -- make it harder to re-use canceled groups;
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 20:35:38 +0200 |
wenzelm |
tuned Mailbox.send;
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 20:33:24 +0200 |
wenzelm |
more interrupt operations;
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 16:08:23 +0200 |
wenzelm |
moved task, thread_data, group, queue to task_queue.ML;
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 00:25:34 +0200 |
wenzelm |
await: SYNCHRONIZED wait!
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 00:10:41 +0200 |
wenzelm |
tuned check_cache;
|
file |
diff |
annotate
|
Sun, 07 Sep 2008 22:19:42 +0200 |
wenzelm |
Functional threads as future values.
|
file |
diff |
annotate
|