desim
desim copied to clipboard
A discrete-time events simulation framework, written in rust, using the generator experimental feature
Is it possible to add container feature in a similar way as in simpy container? https://simpy.readthedocs.io/en/latest/topical_guides/resources.html#res-type-container
Write a test to ensure that log trace is correct
I'm trying to asses the opportunity for one or more pull requests that add some features to desim. Most of those are the result of my own needs for discrete...
Is it possible to implement process interruption in a similar way as in `simpy`?