Dual dispatch in rust
First Notes
- can't pick a single Future to drive to completion
- tokio@0.2.14 + futures::executor::block_on causes hang · Issue #2376 · tokio-rs/tokio
- i tried
futures::executor::block_on
and it seemed to work in the playground- but hung in prod
- I tried creating a new runtime
- i tried
- downcast_rs - Rust
- mopa - Rust
- my Reddit question
- add'nal reading
09/04/22 19:41