# server.channels.Server

- **Module:** server.channels
- **Package:** libtmux
- **Language:** Rust
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/server/channels.rs#L8
- **Page:** https://libtmux.org/reference/rs/server-channels-server/

## Members

- `signal_channel` (method) — Signal a `wait-for` channel, releasing anything waiting on it.
- `lock_channel` (method) — Lock a `wait-for` channel, blocking later lock attempts on it.
- `unlock_channel` (method) — Unlock a `wait-for` channel.
- `wait_for_channel` (method) — Wait for a `wait-for` channel to be signalled.
