Package: python-simpy Version: 1.6 Severity: wishlist
Release 1.6 is a new production version of SimPy. It adds two new commands for modelling reneging (processes leaving a queue for a resource before acquiring the resource) to the SimPy API: - 'yield (request,self,resource),(hold,self,timeout)' for timeout-based reneging - 'yield (request,self,resource),(waitevent,self,list_of_events)' for reneging triggered by one out of a list of events Two models showing the use of these statement forms are included in the distribution. The SimPy Manual and the Cheatsheet have been restructured and edited significantly for greater clarity. SimPy 1.6 runs SimPy 1.5.x. scripts unchanged. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]