🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Function block_on_future

Source
pub fn block_on_future<F>(future: F) -> F::Output
where F: Future,