wenzelm [Fri, 25 Apr 2014 11:09:59 +0200] rev 56713
more robust prover termination;
wenzelm [Fri, 25 Apr 2014 10:51:57 +0200] rev 56712
more explicit checks;
wenzelm [Thu, 24 Apr 2014 23:21:00 +0200] rev 56711
tuned signature;
wenzelm [Thu, 24 Apr 2014 23:13:17 +0200] rev 56710
more uniform warning/error handling, potentially with propagation to send_wait caller;
wenzelm [Thu, 24 Apr 2014 23:02:10 +0200] rev 56709
more careful shutdown (amending f2f53f7046f4);
wenzelm [Thu, 24 Apr 2014 22:41:03 +0200] rev 56708
misc tuning;
wenzelm [Thu, 24 Apr 2014 22:20:36 +0200] rev 56707
obsolete;
wenzelm [Thu, 24 Apr 2014 22:10:00 +0200] rev 56706
converted main session manager to Consumer_Thread: messages need to be consumed immediately, postponed_changes replaces implicit actor mailbox scanning;
wenzelm [Thu, 24 Apr 2014 18:04:18 +0200] rev 56705
simplified commands_changed_buffer (in contrast to a8331fb5c959): rely on better performance of Consumer_Thread/Mailbox and more direct Timer (like session_actor.receiver);
wenzelm [Thu, 24 Apr 2014 16:52:17 +0200] rev 56704
simplified -- prefer Consumer_Thread over Actor;