# libtmux::CommandRuntime::wait_ready

- **Module:** libtmux::CommandRuntime
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/async.hpp#L103
- **Page:** https://libtmux.org/en/cxx/latest/reference/libtmux-commandruntime-wait_ready/

```
libtmux::CommandRuntime::wait_ready(deadline: std::chrono::steady_clock::time_point = std::chrono::steady_clock::time_point::max()) -> ReadyStatus
```

Waits for a ready observer without invoking it.

`closed` means close has joined the transports and no ready observers remain, or this owner was moved. Ready records take precedence over closure and deadline expiry.
