tokio-rs / turmoil

Add hardship to your tests
MIT License
792 stars 50 forks source link

Add ability to run hosts in random order #173

Closed progwriter closed 7 months ago

progwriter commented 7 months ago

This was quite useful in our tests, where the outcome of a multi-node simulation is sensitive to processing order.

Plumbed through as a boolean option through Config/Builder, w/ the default being false (current behavior)