wenzelm [Tue, 09 Sep 2008 23:48:38 +0200] rev 28188
auto_flush stdout, stderr as well;
wenzelm [Tue, 09 Sep 2008 23:48:36 +0200] rev 28187
proper values of no_interrupts, regular_interrupts;
wenzelm [Tue, 09 Sep 2008 23:30:05 +0200] rev 28186
cancel: check_scheduler;
adapted to simplified TaskQueue.cancel;
improved join/join_all: actively work towards results, i.e. do not yield unnecessarily;
misc tuning;
wenzelm [Tue, 09 Sep 2008 23:30:00 +0200] rev 28185
simplified dequeue: provide Thread.self internally;
simplified cancel: interrupt running threads internally;
added depend;
added dequeue_towards;
misc tuning;
wenzelm [Tue, 09 Sep 2008 20:22:40 +0200] rev 28184
eliminated cache, access queue efficiently via IntGraph.get_first;
wenzelm [Tue, 09 Sep 2008 20:22:30 +0200] rev 28183
export get_first from underlying table;
wenzelm [Tue, 09 Sep 2008 19:57:54 +0200] rev 28182
out_stream: block-buffered, with separate autoflush thread (every 50ms);