• G
    cleanup after tokio upgrade (#3571) · 55add2d3
    Gurwinder Singh 提交于
    tokio_util::run and tokio::run_on_current_thread should accept Future<Output=()> instead of Future<Output=Result<(), ()>>. Currently, all the passed futures have to add Ok(()) or futures::future::ok(()) unnecessarily to call this method.
    55add2d3
ts.rs 21.8 KB