wenzelm [Thu, 24 Apr 2014 13:40:29 +0200] rev 56696
more robust shutdown;
less ooddities;
wenzelm [Thu, 24 Apr 2014 13:13:48 +0200] rev 56695
consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
wenzelm [Thu, 24 Apr 2014 13:10:42 +0200] rev 56694
proper signaling after each state update (NB: ML version does this uniformly via timed_access);
wenzelm [Thu, 24 Apr 2014 12:10:26 +0200] rev 56693
added Mailbox, as in ML;
wenzelm [Thu, 24 Apr 2014 12:09:55 +0200] rev 56692
synchronized access, similar to ML version;
wenzelm [Thu, 24 Apr 2014 11:01:14 +0200] rev 56691
tuned signature, in accordance to ML version;
wenzelm [Thu, 24 Apr 2014 10:38:14 +0200] rev 56690
eliminated redundant Volatile;
wenzelm [Thu, 24 Apr 2014 10:33:06 +0200] rev 56689
retain canonical reverse order;
wenzelm [Thu, 24 Apr 2014 10:30:55 +0200] rev 56688
more canonical list operations;
wenzelm [Thu, 24 Apr 2014 10:24:44 +0200] rev 56687
tuned signature in accordance to ML version;