<https://tokio.rs/blog/2019-12-compat/>
# development
w
h
wanted to see how easy it would be to start using this compatibility crate: https://github.com/pantsbuild/pants/pull/8847
every Cargo.toml file that wasn't updated is one where there were compile errors in trying to replace tokio with tokio_compat
w
Interesting... I haven't thought through how this works. What is the effect of the change?
Basically, that you can use either runtime to spawn things...?
I guess that that means we could hypothetically use the tokio runtime to spawn io
While continuing to use 0.1.0 for grpc?