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;