Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Rust API

Rust documentation

server.Server.unlock_channel

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
crates/libtmux/src/server/channels.rs
unlock_channel ( self , channel : &str ) → Result<(), Error>
method [source]
method [source]
unlock_channel

Unlock a wait-for channel.

Always call this from whatever locked with Self::lock_channel , including on an error path: a locker that ends without unlocking can wedge the channel for everyone else.

Errors

Returns an error when tmux refuses the channel name.

0 declared, 0 inherited

Esc

Type to search.