aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.84k stars 89 forks source link

Macro for testing async code #432

Closed JeroenSoeters closed 1 year ago

JeroenSoeters commented 1 year ago

This PR gets rid of the sleep's we had in the ProcCache by introducing a assert_eventually_eq macro.