desim icon indicating copy to clipboard operation
desim copied to clipboard

A discrete-time events simulation framework, written in rust, using the generator experimental feature

Results 4 desim issues
Sort by recently updated
recently updated
newest added

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

enhancement

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`?