# blocking.Runtime.run

- **Module:** blocking.Runtime
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/blocking.rs#L72
- **Page:** https://libtmux.org/reference/rs/blocking-runtime-run/

```
blocking.Runtime.run(self, future: F) -> F::Output
```

Run one future to completion.

# Panics

Panics when called from inside an async context, because a runtime
cannot be driven from within another. Await the future directly there.
