src/Pure/Concurrent/task_queue.ML
Sun, 04 Jan 2009 00:00:03 +0100 wenzelm cancel: unique threads;
Sat, 03 Jan 2009 21:44:24 +0100 wenzelm added eq_group;
Tue, 16 Dec 2008 16:25:19 +0100 wenzelm renamed structure TaskQueue to Task_Queue;
Tue, 16 Dec 2008 00:19:47 +0100 wenzelm tuned enqueue: plain add_edge, acyclic not required here;
Sat, 06 Dec 2008 00:02:11 +0100 wenzelm added new_task;
Thu, 09 Oct 2008 20:53:20 +0200 wenzelm added invalidate_group;
Sat, 27 Sep 2008 18:18:08 +0200 wenzelm dequeue_towards: return bound for unfinished tasks;
Tue, 23 Sep 2008 15:48:54 +0200 wenzelm IntGraph.del_node;
Fri, 19 Sep 2008 21:22:31 +0200 wenzelm future tasks: support boolean priorities (true = high, false = low/irrelevant);
Thu, 11 Sep 2008 21:04:07 +0200 wenzelm added is_empty;
Thu, 11 Sep 2008 18:07:58 +0200 wenzelm added focus, which indicates a particular collection of high-priority tasks;
Wed, 10 Sep 2008 23:19:36 +0200 wenzelm tuned;
Wed, 10 Sep 2008 19:44:28 +0200 wenzelm cancel: invalidate group implicitly, via bool ref;
Tue, 09 Sep 2008 23:30:00 +0200 wenzelm simplified dequeue: provide Thread.self internally;
Tue, 09 Sep 2008 20:22:40 +0200 wenzelm eliminated cache, access queue efficiently via IntGraph.get_first;
Tue, 09 Sep 2008 16:59:48 +0200 wenzelm human-readable printing of TaskQueue.task/group;
Tue, 09 Sep 2008 16:29:32 +0200 wenzelm job: explicit 'ok' status -- false for canceled jobs;
Mon, 08 Sep 2008 21:08:30 +0200 wenzelm proper signature constraint;
Mon, 08 Sep 2008 20:33:27 +0200 wenzelm moved thread data to future.ML (again);
Mon, 08 Sep 2008 16:08:18 +0200 wenzelm Ordered queue of grouped tasks.
less more (0) tip