tokio-rs / simulation

Framework for simulating distributed applications
96 stars 9 forks source link

Work towards initial support for simulating a Tonic app #4

Closed gardnervickers closed 4 years ago

gardnervickers commented 5 years ago

The goal with this PR is to add support for Tonic, along with some basic fault injection strategies.

The overall goal is to use Tonic to write tests and examples by providing support for running Tonic client and servers on the deterministic runtime.

TODO