Function beul::execute

source ·
pub fn execute<T>(f: impl Future<Output = T>) -> T
Expand description

Block on specified Future.

The future will be polled until completion on the current thread.