nipkow [Tue, 09 Sep 2008 19:33:22 +0200] rev 28180
added comment
wenzelm [Tue, 09 Sep 2008 16:59:48 +0200] rev 28179
human-readable printing of TaskQueue.task/group;
wenzelm [Tue, 09 Sep 2008 16:35:57 +0200] rev 28178
* Changed defaults for unify configuration options;
wenzelm [Tue, 09 Sep 2008 16:29:34 +0200] rev 28177
inherit group from running thread, or create a new one -- make it harder to re-use canceled groups;
group is now non-optional;
tuned signature;
replaced low-level interrupts by group cancel operation;
misc tuning;
wenzelm [Tue, 09 Sep 2008 16:29:32 +0200] rev 28176
job: explicit 'ok' status -- false for canceled jobs;
group is now non-optional;
tuned signature;
replaced low-level interrupts by group cancel operation;
misc tuning;
paulson [Tue, 09 Sep 2008 16:17:08 +0200] rev 28175
Overall exception handler in order to insulate our users from low-level bugs.
paulson [Tue, 09 Sep 2008 16:16:20 +0200] rev 28174
more careful exception handling in order to prevent backtracking; miscellaneous tidying up.
paulson [Tue, 09 Sep 2008 16:15:25 +0200] rev 28173
Increasing the default limits in order to prevent unnecessary failures.
wenzelm [Mon, 08 Sep 2008 22:14:39 +0200] rev 28172
send: broadcast condition while locked!
wenzelm [Mon, 08 Sep 2008 21:08:30 +0200] rev 28171
proper signature constraint;
wenzelm [Mon, 08 Sep 2008 20:35:38 +0200] rev 28170
tuned Mailbox.send;
wenzelm [Mon, 08 Sep 2008 20:33:29 +0200] rev 28169
removed unused sync_interrupts;
wenzelm [Mon, 08 Sep 2008 20:33:27 +0200] rev 28168
moved thread data to future.ML (again);
dequeue: include group;
more interrupt operations;
misc tuning;
wenzelm [Mon, 08 Sep 2008 20:33:24 +0200] rev 28167
more interrupt operations;
maintain thread data (formerly in task_queue.ML);
wait: added tracing;
added requests mailbox;
handle excessive workers
fork: inherit group;
added rudimentary shutdown;
misc tuning;
wenzelm [Mon, 08 Sep 2008 16:08:23 +0200] rev 28166
moved task, thread_data, group, queue to task_queue.ML;
tuned signature;
SYNCHRONIZED notify_all!
misc tuning;
wenzelm [Mon, 08 Sep 2008 16:08:18 +0200] rev 28165
Ordered queue of grouped tasks.
formerly in future.ML;
added thread data;
added group;
more robust dequeue: change into running here;
misc tuning;
wenzelm [Mon, 08 Sep 2008 16:08:13 +0200] rev 28164
added Concurrent/task_queue.ML;
wenzelm [Mon, 08 Sep 2008 00:25:34 +0200] rev 28163
await: SYNCHRONIZED wait!
wenzelm [Mon, 08 Sep 2008 00:10:41 +0200] rev 28162
tuned check_cache;
removed broken self_synchronized, which cannot be used in conjunction with condition variables;
more precise use of SYNCHRONIZED vs. wait;
tuned worker_loop;
wenzelm [Sun, 07 Sep 2008 22:20:15 +0200] rev 28161
added sync_interrupts, regular_interrupts;
max_thread_value: enforce >= 1;
wenzelm [Sun, 07 Sep 2008 22:20:11 +0200] rev 28160
added sync_interrupts, regular_interrupts;
wenzelm [Sun, 07 Sep 2008 22:20:08 +0200] rev 28159
opaque signature constraint abstracts local type abbrev;
wenzelm [Sun, 07 Sep 2008 22:19:58 +0200] rev 28158
tuned;
wenzelm [Sun, 07 Sep 2008 22:19:46 +0200] rev 28157
added change_result;
wenzelm [Sun, 07 Sep 2008 22:19:42 +0200] rev 28156
Functional threads as future values.
wenzelm [Sun, 07 Sep 2008 22:19:31 +0200] rev 28155
added Concurrent/future.ML;
wenzelm [Sun, 07 Sep 2008 17:48:50 +0200] rev 28154
Default (mostly dummy) implementation of thread structures.
formerly in multithreading.ML;
create mutexes / condition variables without failure;
wenzelm [Sun, 07 Sep 2008 17:48:49 +0200] rev 28153
*** MESSAGE REFERS TO PREVIOUS VERSION ***
removed dummy thread structures from multithreading.ML;
wenzelm [Sun, 07 Sep 2008 17:46:44 +0200] rev 28152
*** empty log message ***
wenzelm [Sun, 07 Sep 2008 17:46:43 +0200] rev 28151
explicit use of universal.ML and dummy_thread.ML;