Function rt_local::runtime::core::run

source ·
pub fn run<F>(future: F) -> <F as Future>::Outputwhere
    F: Future,
Expand description

Executes the specified future and blocks until it completes.