# blocking.Runtime

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

## Members

- `new` (method) — Build a single-threaded runtime.
- `run` (method) — Run one future to completion.
- `try_run` (method) — Run one future to completion, or say why it cannot be run here.
