# tmux.WaitForRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_exec.go#L110
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-waitforrequest/

WaitForRequest configures a wait, signal, lock, or unlock operation. Its zero value waits on the required nonempty Channel.

## Members

- `Channel` (attribute): Channel names the tmux wait-for channel or mutex.
- `Mode` (attribute): Mode selects the channel action; zero waits.
